#999C82

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

Shades of Lemon Grass #999C82

Tints of Lemon Grass #999C82

Color information

#999C82 (or 0x999C82) is unknown color: approx Lemon Grass. HEX triplet: 99, 9C and 82. RGB value is (153,156,130). Sum of RGB (Red+Green+Blue) = 153+156+130=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 156 - color contains mainly: green. Hex color #999C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C82 is #66637D. Grayscale: #989898. Windows color (decimal): -6710142 or 8559769. OLE color: 8559769.

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

Color convert

RGB153156130-
CMYK0.0200.170.39
HSL66.92º11.61%56.08%-
HSV(B)66.92º16.67%61.18%-
XYZ29.0532.1625.8-
YUV152.14115.51128.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.85%
GREEN value IS 156 (61.33% from 255) = 35.54%
BLUE value IS 130 (51.17% from 255) = 29.61%
R=34.85%
G=35.54%
B=29.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531561300.0200.170.3966.9211.6156.08
Hex999C8220112743c38
Octal2312342022021471031470
Binary1001100110011100100000101001000110011110000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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