#99987D

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

Shades of Lemon Grass #99987D

Tints of Lemon Grass #99987D

Color information

#99987D (or 0x99987D) is unknown color: approx Lemon Grass. HEX triplet: 99, 98 and 7D. RGB value is (153,152,125). Sum of RGB (Red+Green+Blue) = 153+152+125=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #99987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99987D is #666782. Grayscale: #959595. Windows color (decimal): -6711171 or 8231065. OLE color: 8231065.

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

Color convert

RGB153152125-
CMYK00.010.180.4
HSL57.86º12.07%54.51%-
HSV(B)57.86º18.3%60%-
XYZ28.0730.7123.85-
YUV149.22114.33130.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 152 (59.77% from 255) = 35.35%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=35.58%
G=35.35%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315212500.010.180.457.8612.0754.51
Hex99987D0112283ac37
Octal231230175012250721467
Binary1001100110011000111110101100101010001110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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