Shades of Lemon Grass #969485
Tints of Lemon Grass #969485
RGB
CMYK
RGB Variations
Color information
#969485 (or 0x969485) is known color: Lemon Grass. HEX triplet: 96, 94 and 85. RGB value is (150,148,133). Sum of RGB (Red+Green+Blue) = 150+148+133=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 150 - color contains mainly: red. Hex color #969485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969485 is #696B7A. Grayscale: #929292. Windows color (decimal): -6908795 or 8754326. OLE color: 8754326.
HSL color Cylindrical-coordinate representation of color #969485: hue angle of 52.94º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #969485 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 148 | 133 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.41 |
| HSL | 52.94º | 0.07% | 0.55% | - |
| HSV(B) | 52.94º | 0.11% | 0.59% | - |
| XYZ | 27.4 | 29.36 | 26.41 | - |
| YUV | 146.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 133 | 0 | 0.01 | 0.11 | 0.41 | 52.94 | 0.07 | 0.55 |
| Hex | 96 | 94 | 85 | 0 | 1 | B | 29 | 35 | 7 | 37 |
| Octal | 226 | 224 | 205 | 0 | 1 | 13 | 51 | 65 | 7 | 67 |
| Binary | 10010110 | 10010100 | 10000101 | 0 | 1 | 1011 | 101001 | 110101 | 111 | 110111 |
Color Harmonies of #969485
Complementary color
Monochromatic Colors of #969485
Black with #969485
Text Example
Text Example
White with #969485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969485; }
p { color: rgb(150,148,133); }
H1.HeaderClassName
{
color: #969485;
}
.AnyTagClassName
{
color: #969485;
}
</style>
background-color css
<style>
a { background-color: #969485; }
a { background-color: rgb(150,148,133); }
div.DivClassName
{
background-color: #969485;
}
.BgClassName
{
background-color: #969485;
}
</style>
border-color css
<style>
span { border-color: #969485; }
span { border-color: rgb(150,148,133); }
td.TdClassName
{
border-color: #969485;
}
.TagClassName
{
border-color: #969485;
}
</style>