Shades of Lemon Grass #969484
Tints of Lemon Grass #969484
RGB
CMYK
RGB Variations
Color information
#969484 (or 0x969484) is known color: Lemon Grass. HEX triplet: 96, 94 and 84. RGB value is (150,148,132). Sum of RGB (Red+Green+Blue) = 150+148+132=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 150 - color contains mainly: red. Hex color #969484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969484 is #696B7B. Grayscale: #929292. Windows color (decimal): -6908796 or 8688790. OLE color: 8688790.
HSL color Cylindrical-coordinate representation of color #969484: hue angle of 53.33º 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 #969484 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 148 | 132 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.41 |
| HSL | 53.33º | 0.08% | 0.55% | - |
| HSV(B) | 53.33º | 0.12% | 0.59% | - |
| XYZ | 27.33 | 29.33 | 26.05 | - |
| YUV | 146.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 132 | 0 | 0.01 | 0.12 | 0.41 | 53.33 | 0.08 | 0.55 |
| Hex | 96 | 94 | 84 | 0 | 1 | C | 29 | 35 | 8 | 37 |
| Octal | 226 | 224 | 204 | 0 | 1 | 14 | 51 | 65 | 10 | 67 |
| Binary | 10010110 | 10010100 | 10000100 | 0 | 1 | 1100 | 101001 | 110101 | 1000 | 110111 |
Color Harmonies of #969484
Complementary color
Monochromatic Colors of #969484
Black with #969484
Text Example
Text Example
White with #969484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969484; }
p { color: rgb(150,148,132); }
H1.HeaderClassName
{
color: #969484;
}
.AnyTagClassName
{
color: #969484;
}
</style>
background-color css
<style>
a { background-color: #969484; }
a { background-color: rgb(150,148,132); }
div.DivClassName
{
background-color: #969484;
}
.BgClassName
{
background-color: #969484;
}
</style>
border-color css
<style>
span { border-color: #969484; }
span { border-color: rgb(150,148,132); }
td.TdClassName
{
border-color: #969484;
}
.TagClassName
{
border-color: #969484;
}
</style>