Shades of Lemon Grass #969582
Tints of Lemon Grass #969582
RGB
CMYK
RGB Variations
Color information
#969582 (or 0x969582) is known color: Lemon Grass. HEX triplet: 96, 95 and 82. RGB value is (150,149,130). Sum of RGB (Red+Green+Blue) = 150+149+130=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #969582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969582 is #696A7D. Grayscale: #939393. Windows color (decimal): -6908542 or 8557974. OLE color: 8557974.
HSL color Cylindrical-coordinate representation of color #969582: hue angle of 57º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #969582 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 149 | 130 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.41 |
| HSL | 57º | 0.09% | 0.55% | - |
| HSV(B) | 57º | 0.13% | 0.59% | - |
| XYZ | 27.35 | 29.59 | 25.39 | - |
| YUV | 147.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 130 | 0 | 0.01 | 0.13 | 0.41 | 57 | 0.09 | 0.55 |
| Hex | 96 | 95 | 82 | 0 | 1 | D | 29 | 39 | 9 | 37 |
| Octal | 226 | 225 | 202 | 0 | 1 | 15 | 51 | 71 | 11 | 67 |
| Binary | 10010110 | 10010101 | 10000010 | 0 | 1 | 1101 | 101001 | 111001 | 1001 | 110111 |
Color Harmonies of #969582
Complementary color
Monochromatic Colors of #969582
Black with #969582
Text Example
Text Example
White with #969582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969582; }
p { color: rgb(150,149,130); }
H1.HeaderClassName
{
color: #969582;
}
.AnyTagClassName
{
color: #969582;
}
</style>
background-color css
<style>
a { background-color: #969582; }
a { background-color: rgb(150,149,130); }
div.DivClassName
{
background-color: #969582;
}
.BgClassName
{
background-color: #969582;
}
</style>
border-color css
<style>
span { border-color: #969582; }
span { border-color: rgb(150,149,130); }
td.TdClassName
{
border-color: #969582;
}
.TagClassName
{
border-color: #969582;
}
</style>