#99987F

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

Shades of Lemon Grass #99987F

Tints of Lemon Grass #99987F

Color information

#99987F (or 0x99987F) is unknown color: approx Lemon Grass. HEX triplet: 99, 98 and 7F. RGB value is (153,152,127). Sum of RGB (Red+Green+Blue) = 153+152+127=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #99987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99987F is #666780. Grayscale: #959595. Windows color (decimal): -6711169 or 8362137. OLE color: 8362137.

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

Color convert

RGB153152127-
CMYK00.010.170.4
HSL57.69º11.3%54.9%-
HSV(B)57.69º16.99%60%-
XYZ28.230.7624.53-
YUV149.45115.33130.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 152 (59.77% from 255) = 35.19%
BLUE value IS 127 (50% from 255) = 29.40%
R=35.42%
G=35.19%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315212700.010.170.457.6911.354.9
Hex99987F0111283ab37
Octal231230177012150721367
Binary1001100110011000111111101100011010001110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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