#999A8E

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

Shades of Lemon Grass #999A8E

Tints of Lemon Grass #999A8E

Color information

#999A8E (or 0x999A8E) is unknown color: approx Lemon Grass. HEX triplet: 99, 9A and 8E. RGB value is (153,154,142). Sum of RGB (Red+Green+Blue) = 153+154+142=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 154 - color contains mainly: green. Hex color #999A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999A8E is #666571. Grayscale: #989898. Windows color (decimal): -6710642 or 9345689. OLE color: 9345689.

HSL color Cylindrical-coordinate representation of color #999A8E: hue angle of 65º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #999A8E is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB153154142-
CMYK0.0100.080.40
HSL65º5.61%58.04%-
HSV(B)65º7.79%60.39%-
XYZ29.5731.8430.18-
YUV152.33122.17128.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.08%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=34.08%
G=34.30%
B=31.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1531541420.0100.080.40655.6158.04
Hex999A8E108284163a
Octal231232216101050101672
Binary1001100110011010100011101010001010001000001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,154,142); }

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

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

 a { background-color: rgb(153,154,142); }

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

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

 span { border-color: rgb(153,154,142); }

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