#99977F

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

Shades of Lemon Grass #99977F

Tints of Lemon Grass #99977F

Color information

#99977F (or 0x99977F) is unknown color: approx Lemon Grass. HEX triplet: 99, 97 and 7F. RGB value is (153,151,127). Sum of RGB (Red+Green+Blue) = 153+151+127=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #99977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99977F is #666880. Grayscale: #949494. Windows color (decimal): -6711425 or 8361881. OLE color: 8361881.

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

Color convert

RGB153151127-
CMYK00.010.170.4
HSL55.38º11.3%54.9%-
HSV(B)55.38º16.99%60%-
XYZ28.0330.4424.48-
YUV148.86115.66130.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 151 (59.38% from 255) = 35.03%
BLUE value IS 127 (50% from 255) = 29.47%
R=35.50%
G=35.03%
B=29.47%

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
Decimal15315112700.010.170.455.3811.354.9
Hex99977F01112837b37
Octal231227177012150671367
Binary1001100110010111111111101100011010001101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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