#999B82

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

Shades of Lemon Grass #999B82

Tints of Lemon Grass #999B82

Color information

#999B82 (or 0x999B82) is unknown color: approx Lemon Grass. HEX triplet: 99, 9B and 82. RGB value is (153,155,130). Sum of RGB (Red+Green+Blue) = 153+155+130=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 155 - color contains mainly: green. Hex color #999B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999B82 is #66647D. Grayscale: #979797. Windows color (decimal): -6710398 or 8559513. OLE color: 8559513.

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

Color convert

RGB153155130-
CMYK0.0100.160.39
HSL64.8º11.11%55.88%-
HSV(B)64.8º16.13%60.78%-
XYZ28.8931.8325.74-
YUV151.55115.84129.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.93%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 130 (51.17% from 255) = 29.68%
R=34.93%
G=35.39%
B=29.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531551300.0100.160.3964.811.1155.88
Hex999B8210102741b38
Octal2312332021020471011370
Binary100110011001101110000010101000010011110000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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