Color Hex Logo

#98b34c Color Hex

#98B34C
(152,179,76)
0 Favorites   0 Comments

Color spaces of #98b34c

RGB 15217976
HSL0.210.400.50
HSV76°58°70°
CMYK 0.150.000.58   0.30
XYZ30.373539.437412.8488
Yxy39.43740.36750.4771
Hunter Lab62.7992-23.565231.8286
CIE-Lab69.0669-24.828448.5682

#98b34c color RGB value is (152,179,76).

#98b34c hex color red value is 152, green value is 179 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #98b34c hue: 0.21 , saturation: 0.40 and the lightness value of 98b34c is 0.50.

The process color (four color CMYK) of #98b34c color hex is 0.15, 0.00, 0.58, 0.30. Web safe color of #98b34c is #99cc33. Color #98b34c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10110011 01001100
Octal 230 263 114
Decimal 152 179 76
Hex 98 B3 4C

RGB Percentages of Color #98b34c

%37.35
%43.98
%18.67

CMYK Percentages of Color #98b34c

%15
%0
%58
%30

Triadic Colors of #98b34c

#98b34c #4c98b3 #b34c98

Analogous Colors of #98b34c

#98b34c #65b34c #b39b4c

Monochromatic Colors of #98b34c

#98b34c

Complementary Color

#98b34c #674cb3

#98b34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98b34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#98b34c Color CSS Codes

.mybgcolor {background-color:#98b34c; } 
.myforecolor {color:#98b34c; }
.mybordercolor {border:3px solid #98b34c; }

#98b34c Text Font Color

<p style="color:#98b34c">Text here</p>

This sample text font color is #98b34c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#98b34c Background Color

<div style="background-color:#98b34c">
Div content here</div>

This div background color is #98b34c


#98b34c Border Color

<div style="border:3px solid #98b34c">
Div here</div>

This div border color is #98b34c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,179,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98b34c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98b34c;
  -webkit-box-shadow: 1px 1px 3px 2px #98b34c;
  box-shadow:         1px 1px 3px 2px #98b34c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,179,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #98b34c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #98b34c;
  -webkit-box-shadow: 1px 1px 3px 2px #98b34c;
  box-shadow:         1px 1px 3px 2px #98b34c;">
Div content here</div>

This div box has shadow with color #98b34c


Comments

No comments written yet.

Please login to write comment.