#999B7C

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

Shades of Lemon Grass #999B7C

Tints of Lemon Grass #999B7C

Color information

#999B7C (or 0x999B7C) is unknown color: approx Lemon Grass. HEX triplet: 99, 9B and 7C. RGB value is (153,155,124). Sum of RGB (Red+Green+Blue) = 153+155+124=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 155 - color contains mainly: green. Hex color #999B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999B7C is #666483. Grayscale: #969696. Windows color (decimal): -6710404 or 8166297. OLE color: 8166297.

HSL color Cylindrical-coordinate representation of color #999B7C: hue angle of 63.87º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #999B7C is Cyan = 0.01, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB153155124-
CMYK0.0100.20.39
HSL63.87º13.42%54.71%-
HSV(B)63.87º20%60.78%-
XYZ28.531.6723.68-
YUV150.87112.84129.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 124 (48.83% from 255) = 28.70%
R=35.42%
G=35.88%
B=28.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531551240.0100.20.3963.8713.4254.71
Hex999B7C10142740d37
Octal2312331741024471001567
Binary10011001100110111111100101010010011110000001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999B7C; }

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

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

<style>
 a { background-color: #999B7C; }

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

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

<style>
 span { border-color: #999B7C; }

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

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