Shades of Lemon Grass #999985
Tints of Lemon Grass #999985
RGB
CMYK
RGB Variations
Color information
#999985 (or 0x999985) is known color: Lemon Grass. HEX triplet: 99, 99 and 85. RGB value is (153,153,133). Sum of RGB (Red+Green+Blue) = 153+153+133=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999985 is #66667A. Grayscale: #969696. Windows color (decimal): -6710907 or 8755609. OLE color: 8755609.
HSL color Cylindrical-coordinate representation of color #999985: hue angle of 60º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #999985 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 133 | - |
| CMYK | 0 | 0 | 0.13 | 0.4 |
| HSL | 60º | 0.09% | 0.56% | - |
| HSV(B) | 60º | 0.13% | 0.6% | - |
| XYZ | 28.76 | 31.25 | 26.71 | - |
| YUV | 150.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 133 | 0 | 0 | 0.13 | 0.4 | 60 | 0.09 | 0.56 |
| Hex | 99 | 99 | 85 | 0 | 0 | D | 28 | 3C | 9 | 38 |
| Octal | 231 | 231 | 205 | 0 | 0 | 15 | 50 | 74 | 11 | 70 |
| Binary | 10011001 | 10011001 | 10000101 | 0 | 0 | 1101 | 101000 | 111100 | 1001 | 111000 |
Color Harmonies of #999985
Complementary color
Monochromatic Colors of #999985
Black with #999985
Text Example
Text Example
White with #999985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999985; }
p { color: rgb(153,153,133); }
H1.HeaderClassName
{
color: #999985;
}
.AnyTagClassName
{
color: #999985;
}
</style>
background-color css
<style>
a { background-color: #999985; }
a { background-color: rgb(153,153,133); }
div.DivClassName
{
background-color: #999985;
}
.BgClassName
{
background-color: #999985;
}
</style>
border-color css
<style>
span { border-color: #999985; }
span { border-color: rgb(153,153,133); }
td.TdClassName
{
border-color: #999985;
}
.TagClassName
{
border-color: #999985;
}
</style>