#99987C

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

Shades of Lemon Grass #99987C

Tints of Lemon Grass #99987C

Color information

#99987C (or 0x99987C) is unknown color: approx Lemon Grass. HEX triplet: 99, 98 and 7C. RGB value is (153,152,124). Sum of RGB (Red+Green+Blue) = 153+152+124=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #99987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99987C is #666783. Grayscale: #959595. Windows color (decimal): -6711172 or 8165529. OLE color: 8165529.

HSL color Cylindrical-coordinate representation of color #99987C: hue angle of 57.93º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99987C is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB153152124-
CMYK00.010.190.4
HSL57.93º12.45%54.31%-
HSV(B)57.93º18.95%60%-
XYZ2830.6823.52-
YUV149.11113.83130.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=35.66%
G=35.43%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315212400.010.190.457.9312.4554.31
Hex99987C0113283ac36
Octal231230174012350721466
Binary1001100110011000111110001100111010001110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99987C; }

 p { color: rgb(153,152,124); }

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

<style>
 a { background-color: #99987C; }

 a { background-color: rgb(153,152,124); }

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

<style>
 span { border-color: #99987C; }

 span { border-color: rgb(153,152,124); }

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