#999B7D

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

Shades of Lemon Grass #999B7D

Tints of Lemon Grass #999B7D

Color information

#999B7D (or 0x999B7D) is unknown color: approx Lemon Grass. HEX triplet: 99, 9B and 7D. RGB value is (153,155,125). Sum of RGB (Red+Green+Blue) = 153+155+125=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 155 - color contains mainly: green. Hex color #999B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999B7D is #666482. Grayscale: #979797. Windows color (decimal): -6710403 or 8231833. OLE color: 8231833.

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

Color convert

RGB153155125-
CMYK0.0100.190.39
HSL64º13.04%54.9%-
HSV(B)64º19.35%60.78%-
XYZ28.5631.724.01-
YUV150.98113.34129.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.33%
GREEN value IS 155 (60.94% from 255) = 35.80%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=35.33%
G=35.80%
B=28.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531551250.0100.190.396413.0454.9
Hex999B7D10132740d37
Octal2312331751023471001567
Binary10011001100110111111101101001110011110000001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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