#999882

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

Shades of Lemon Grass #999882

Tints of Lemon Grass #999882

Color information

#999882 (or 0x999882) is unknown color: approx Lemon Grass. HEX triplet: 99, 98 and 82. RGB value is (153,152,130). Sum of RGB (Red+Green+Blue) = 153+152+130=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 153 - color contains mainly: red. Hex color #999882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999882 is #66677D. Grayscale: #959595. Windows color (decimal): -6711166 or 8558745. OLE color: 8558745.

HSL color Cylindrical-coordinate representation of color #999882: hue angle of 57.39º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #999882 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB153152130-
CMYK00.010.150.4
HSL57.39º10.13%55.49%-
HSV(B)57.39º15.03%60%-
XYZ28.3930.8425.58-
YUV149.79116.83130.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 152 (59.77% from 255) = 34.94%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=35.17%
G=34.94%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315213000.010.150.457.3910.1355.49
Hex99988201F2839a37
Octal231230202011750711267
Binary1001100110011000100000100111111010001110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999882; }

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

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

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

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

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

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

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

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