Shades of Lemon Grass #969584
Tints of Lemon Grass #969584
RGB
CMYK
RGB Variations
Color information
#969584 (or 0x969584) is known color: Lemon Grass. HEX triplet: 96, 95 and 84. RGB value is (150,149,132). Sum of RGB (Red+Green+Blue) = 150+149+132=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 150 - color contains mainly: red. Hex color #969584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969584 is #696A7B. Grayscale: #939393. Windows color (decimal): -6908540 or 8689046. OLE color: 8689046.
HSL color Cylindrical-coordinate representation of color #969584: hue angle of 56.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #969584 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 149 | 132 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.41 |
| HSL | 56.67º | 0.08% | 0.55% | - |
| HSV(B) | 56.67º | 0.12% | 0.59% | - |
| XYZ | 27.49 | 29.64 | 26.1 | - |
| YUV | 147.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 132 | 0 | 0.01 | 0.12 | 0.41 | 56.67 | 0.08 | 0.55 |
| Hex | 96 | 95 | 84 | 0 | 1 | C | 29 | 39 | 8 | 37 |
| Octal | 226 | 225 | 204 | 0 | 1 | 14 | 51 | 71 | 10 | 67 |
| Binary | 10010110 | 10010101 | 10000100 | 0 | 1 | 1100 | 101001 | 111001 | 1000 | 110111 |
Color Harmonies of #969584
Complementary color
Monochromatic Colors of #969584
Black with #969584
Text Example
Text Example
White with #969584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969584; }
p { color: rgb(150,149,132); }
H1.HeaderClassName
{
color: #969584;
}
.AnyTagClassName
{
color: #969584;
}
</style>
background-color css
<style>
a { background-color: #969584; }
a { background-color: rgb(150,149,132); }
div.DivClassName
{
background-color: #969584;
}
.BgClassName
{
background-color: #969584;
}
</style>
border-color css
<style>
span { border-color: #969584; }
span { border-color: rgb(150,149,132); }
td.TdClassName
{
border-color: #969584;
}
.TagClassName
{
border-color: #969584;
}
</style>