Shades of Lemon Grass #999C81
Tints of Lemon Grass #999C81
RGB
CMYK
RGB Variations
Color information
#999C81 (or 0x999C81) is known color: Lemon Grass. HEX triplet: 99, 9C and 81. RGB value is (153,156,129). Sum of RGB (Red+Green+Blue) = 153+156+129=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 156 - color contains mainly: green. Hex color #999C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C81 is #66637E. Grayscale: #989898. Windows color (decimal): -6710143 or 8494233. OLE color: 8494233.
HSL color Cylindrical-coordinate representation of color #999C81: hue angle of 66.67º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #999C81 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 129 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.39 |
| HSL | 66.67º | 0.12% | 0.56% | - |
| HSV(B) | 66.67º | 0.17% | 0.61% | - |
| XYZ | 28.99 | 32.13 | 25.44 | - |
| YUV | 152.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 129 | 0.02 | 0 | 0.17 | 0.39 | 66.67 | 0.12 | 0.56 |
| Hex | 99 | 9C | 81 | 2 | 0 | 11 | 27 | 43 | C | 38 |
| Octal | 231 | 234 | 201 | 2 | 0 | 21 | 47 | 103 | 14 | 70 |
| Binary | 10011001 | 10011100 | 10000001 | 10 | 0 | 10001 | 100111 | 1000011 | 1100 | 111000 |
Color Harmonies of #999C81
Complementary color
Monochromatic Colors of #999C81
Black with #999C81
Text Example
Text Example
White with #999C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C81; }
p { color: rgb(153,156,129); }
H1.HeaderClassName
{
color: #999C81;
}
.AnyTagClassName
{
color: #999C81;
}
</style>
background-color css
<style>
a { background-color: #999C81; }
a { background-color: rgb(153,156,129); }
div.DivClassName
{
background-color: #999C81;
}
.BgClassName
{
background-color: #999C81;
}
</style>
border-color css
<style>
span { border-color: #999C81; }
span { border-color: rgb(153,156,129); }
td.TdClassName
{
border-color: #999C81;
}
.TagClassName
{
border-color: #999C81;
}
</style>