#999982

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

Shades of Lemon Grass #999982

Tints of Lemon Grass #999982

Color information

#999982 (or 0x999982) is unknown color: approx Lemon Grass. HEX triplet: 99, 99 and 82. RGB value is (153,153,130). Sum of RGB (Red+Green+Blue) = 153+153+130=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999982 is #66667D. Grayscale: #969696. Windows color (decimal): -6710910 or 8559001. OLE color: 8559001.

HSL color Cylindrical-coordinate representation of color #999982: hue angle of 60º 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 #999982 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB153153130-
CMYK000.150.4
HSL60º10.13%55.49%-
HSV(B)60º15.03%60%-
XYZ28.5631.1725.63-
YUV150.38116.5129.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 130 (51.17% from 255) = 29.82%
R=35.09%
G=35.09%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153153130000.150.46010.1355.49
Hex99998200F283ca37
Octal231231202001750741267
Binary1001100110011001100000100011111010001111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999982; }

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

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

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

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

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

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

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

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