Shades of Lemon Grass #999A80
Tints of Lemon Grass #999A80
RGB
CMYK
RGB Variations
Color information
#999A80 (or 0x999A80) is known color: Lemon Grass. HEX triplet: 99, 9A and 80. RGB value is (153,154,128). Sum of RGB (Red+Green+Blue) = 153+154+128=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 154 - color contains mainly: green. Hex color #999A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999A80 is #66657F. Grayscale: #969696. Windows color (decimal): -6710656 or 8428185. OLE color: 8428185.
HSL color Cylindrical-coordinate representation of color #999A80: hue angle of 62.31º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #999A80 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 154 | 128 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.40 |
| HSL | 62.31º | 0.11% | 0.55% | - |
| HSV(B) | 62.31º | 0.17% | 0.6% | - |
| XYZ | 28.59 | 31.44 | 24.98 | - |
| YUV | 150.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 128 | 0.01 | 0 | 0.17 | 0.40 | 62.31 | 0.11 | 0.55 |
| Hex | 99 | 9A | 80 | 1 | 0 | 11 | 28 | 3E | B | 37 |
| Octal | 231 | 232 | 200 | 1 | 0 | 21 | 50 | 76 | 13 | 67 |
| Binary | 10011001 | 10011010 | 10000000 | 1 | 0 | 10001 | 101000 | 111110 | 1011 | 110111 |
Color Harmonies of #999A80
Complementary color
Monochromatic Colors of #999A80
Black with #999A80
Text Example
Text Example
White with #999A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999A80; }
p { color: rgb(153,154,128); }
H1.HeaderClassName
{
color: #999A80;
}
.AnyTagClassName
{
color: #999A80;
}
</style>
background-color css
<style>
a { background-color: #999A80; }
a { background-color: rgb(153,154,128); }
div.DivClassName
{
background-color: #999A80;
}
.BgClassName
{
background-color: #999A80;
}
</style>
border-color css
<style>
span { border-color: #999A80; }
span { border-color: rgb(153,154,128); }
td.TdClassName
{
border-color: #999A80;
}
.TagClassName
{
border-color: #999A80;
}
</style>