Color Hex Logo

#99a85e Color Hex

#99A85E
(153,168,94)
0 Favorites   0 Comments

Color spaces of #99a85e

RGB 15316894
HSL0.200.300.51
HSV72°44°66°
CMYK 0.090.000.44   0.34
XYZ29.159935.585715.9215
Yxy35.58570.36150.4411
Hunter Lab59.6538-17.139825.9332
CIE-Lab66.2021-17.095036.3608

#99a85e color RGB value is (153,168,94).

#99a85e hex color red value is 153, green value is 168 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #99a85e hue: 0.20 , saturation: 0.30 and the lightness value of 99a85e is 0.51.

The process color (four color CMYK) of #99a85e color hex is 0.09, 0.00, 0.44, 0.34. Web safe color of #99a85e is #999966. Color #99a85e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101000 01011110
Octal 231 250 136
Decimal 153 168 94
Hex 99 A8 5E

RGB Percentages of Color #99a85e

%36.87
%40.48
%22.65

CMYK Percentages of Color #99a85e

%9
%0
%44
%34

Triadic Colors of #99a85e

#99a85e #5e99a8 #a85e99

Analogous Colors of #99a85e

#99a85e #74a85e #a8925e

Monochromatic Colors of #99a85e

#99a85e

Complementary Color

#99a85e #6d5ea8

#99a85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99a85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99a85e Color CSS Codes

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

#99a85e Text Font Color

<p style="color:#99a85e">Text here</p>

This sample text font color is #99a85e
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.


#99a85e Background Color

<div style="background-color:#99a85e">
Div content here</div>

This div background color is #99a85e


#99a85e Border Color

<div style="border:3px solid #99a85e">
Div here</div>

This div border color is #99a85e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,168,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99a85e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99a85e;
  -webkit-box-shadow: 1px 1px 3px 2px #99a85e;
  box-shadow:         1px 1px 3px 2px #99a85e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,168,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99a85e


Comments

No comments written yet.

Please login to write comment.