Shades of Lemon Grass #999B80
Tints of Lemon Grass #999B80
RGB
CMYK
RGB Variations
Color information
#999B80 (or 0x999B80) is known color: Lemon Grass. HEX triplet: 99, 9B and 80. RGB value is (153,155,128). Sum of RGB (Red+Green+Blue) = 153+155+128=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 155 - color contains mainly: green. Hex color #999B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999B80 is #66647F. Grayscale: #979797. Windows color (decimal): -6710400 or 8428441. OLE color: 8428441.
HSL color Cylindrical-coordinate representation of color #999B80: hue angle of 64.44º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #999B80 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 128 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.39 |
| HSL | 64.44º | 0.12% | 0.55% | - |
| HSV(B) | 64.44º | 0.17% | 0.61% | - |
| XYZ | 28.75 | 31.77 | 25.04 | - |
| YUV | 151.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 128 | 0.01 | 0 | 0.17 | 0.39 | 64.44 | 0.12 | 0.55 |
| Hex | 99 | 9B | 80 | 1 | 0 | 11 | 27 | 40 | C | 37 |
| Octal | 231 | 233 | 200 | 1 | 0 | 21 | 47 | 100 | 14 | 67 |
| Binary | 10011001 | 10011011 | 10000000 | 1 | 0 | 10001 | 100111 | 1000000 | 1100 | 110111 |
Color Harmonies of #999B80
Complementary color
Monochromatic Colors of #999B80
Black with #999B80
Text Example
Text Example
White with #999B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B80; }
p { color: rgb(153,155,128); }
H1.HeaderClassName
{
color: #999B80;
}
.AnyTagClassName
{
color: #999B80;
}
</style>
background-color css
<style>
a { background-color: #999B80; }
a { background-color: rgb(153,155,128); }
div.DivClassName
{
background-color: #999B80;
}
.BgClassName
{
background-color: #999B80;
}
</style>
border-color css
<style>
span { border-color: #999B80; }
span { border-color: rgb(153,155,128); }
td.TdClassName
{
border-color: #999B80;
}
.TagClassName
{
border-color: #999B80;
}
</style>