Shades of Lemon Grass #999C89
Tints of Lemon Grass #999C89
RGB
CMYK
RGB Variations
Color information
#999C89 (or 0x999C89) is known color: Lemon Grass. HEX triplet: 99, 9C and 89. RGB value is (153,156,137). Sum of RGB (Red+Green+Blue) = 153+156+137=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 156 - color contains mainly: green. Hex color #999C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C89 is #666376. Grayscale: #999999. Windows color (decimal): -6710135 or 9018521. OLE color: 9018521.
HSL color Cylindrical-coordinate representation of color #999C89: hue angle of 69.47º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #999C89 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 137 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.39 |
| HSL | 69.47º | 0.09% | 0.57% | - |
| HSV(B) | 69.47º | 0.12% | 0.61% | - |
| XYZ | 29.54 | 32.36 | 28.36 | - |
| YUV | 152.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 137 | 0.02 | 0 | 0.12 | 0.39 | 69.47 | 0.09 | 0.57 |
| Hex | 99 | 9C | 89 | 2 | 0 | C | 27 | 45 | 9 | 39 |
| Octal | 231 | 234 | 211 | 2 | 0 | 14 | 47 | 105 | 11 | 71 |
| Binary | 10011001 | 10011100 | 10001001 | 10 | 0 | 1100 | 100111 | 1000101 | 1001 | 111001 |
Color Harmonies of #999C89
Complementary color
Monochromatic Colors of #999C89
Black with #999C89
Text Example
Text Example
White with #999C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C89; }
p { color: rgb(153,156,137); }
H1.HeaderClassName
{
color: #999C89;
}
.AnyTagClassName
{
color: #999C89;
}
</style>
background-color css
<style>
a { background-color: #999C89; }
a { background-color: rgb(153,156,137); }
div.DivClassName
{
background-color: #999C89;
}
.BgClassName
{
background-color: #999C89;
}
</style>
border-color css
<style>
span { border-color: #999C89; }
span { border-color: rgb(153,156,137); }
td.TdClassName
{
border-color: #999C89;
}
.TagClassName
{
border-color: #999C89;
}
</style>