#99977D

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

Shades of Lemon Grass #99977D

Tints of Lemon Grass #99977D

Color information

#99977D (or 0x99977D) is unknown color: approx Lemon Grass. HEX triplet: 99, 97 and 7D. RGB value is (153,151,125). Sum of RGB (Red+Green+Blue) = 153+151+125=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #99977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99977D is #666882. Grayscale: #949494. Windows color (decimal): -6711427 or 8230809. OLE color: 8230809.

HSL color Cylindrical-coordinate representation of color #99977D: hue angle of 55.71º 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 #99977D is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB153151125-
CMYK00.010.180.4
HSL55.71º12.07%54.51%-
HSV(B)55.71º18.3%60%-
XYZ27.9130.3923.8-
YUV148.63114.66131.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 151 (59.38% from 255) = 35.20%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=35.66%
G=35.20%
B=29.14%

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
Decimal15315112500.010.180.455.7112.0754.51
Hex99977D01122838c37
Octal231227175012250701467
Binary1001100110010111111110101100101010001110001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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