#999C8A

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

Shades of Lemon Grass #999C8A

Tints of Lemon Grass #999C8A

Color information

#999C8A (or 0x999C8A) is unknown color: approx Lemon Grass. HEX triplet: 99, 9C and 8A. RGB value is (153,156,138). Sum of RGB (Red+Green+Blue) = 153+156+138=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 156 - color contains mainly: green. Hex color #999C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C8A is #666375. Grayscale: #999999. Windows color (decimal): -6710134 or 9084057. OLE color: 9084057.

HSL color Cylindrical-coordinate representation of color #999C8A: hue angle of 70º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #999C8A is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB153156138-
CMYK0.0200.120.39
HSL70º8.33%57.65%-
HSV(B)70º11.54%61.18%-
XYZ29.6132.3828.73-
YUV153.05119.51127.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.23%
GREEN value IS 156 (61.33% from 255) = 34.90%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=34.23%
G=34.90%
B=30.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531561380.0200.120.39708.3357.65
Hex999C8A20C274683a
Octal2312342122014471061072
Binary100110011001110010001010100110010011110001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,156,138); }

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

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

 a { background-color: rgb(153,156,138); }

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

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

 span { border-color: rgb(153,156,138); }

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