#9C9A81

Color #9C9A81 Lemon Grass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Grass #9C9A81

Tints of Lemon Grass #9C9A81

Color information

#9C9A81 (or 0x9C9A81) is unknown color: approx Lemon Grass. HEX triplet: 9C, 9A and 81. RGB value is (156,154,129). Sum of RGB (Red+Green+Blue) = 156+154+129=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9A81 is #63657E. Grayscale: #979797. Windows color (decimal): -6514047 or 8493724. OLE color: 8493724.

HSL color Cylindrical-coordinate representation of color #9C9A81: hue angle of 55.56º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C9A81 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB156154129-
CMYK00.010.170.39
HSL55.56º12%55.88%-
HSV(B)55.56º17.31%61.18%-
XYZ29.2331.7625.36-
YUV151.75115.16131.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 154 (60.55% from 255) = 35.08%
BLUE value IS 129 (50.78% from 255) = 29.38%
R=35.54%
G=35.08%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615412900.010.170.3955.561255.88
Hex9C9A8101112738c38
Octal234232201012147701470
Binary10011100100110101000000101100011001111110001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C9A81; }

 p { color: rgb(156,154,129); }

 H1.HeaderClassName
 {
   color: #9C9A81;
 }
 .AnyTagClassName
 {
   color: #9C9A81;
 }
</style>
background-color css

<style>
 a { background-color: #9C9A81; }

 a { background-color: rgb(156,154,129); }

 div.DivClassName
 {
   background-color: #9C9A81;
 }
 .BgClassName
 {
   background-color: #9C9A81;
 }
</style>
border-color css

<style>
 span { border-color: #9C9A81; }

 span { border-color: rgb(156,154,129); }

 td.TdClassName
 {
   border-color: #9C9A81;
 }
 .TagClassName
 {
   border-color: #9C9A81;
 }
</style>