Shades of Lemon Grass #9B9F84
Tints of Lemon Grass #9B9F84
RGB
CMYK
RGB Variations
Color information
#9B9F84 (or 0x9B9F84) is known color: Lemon Grass. HEX triplet: 9B, 9F and 84. RGB value is (155,159,132). Sum of RGB (Red+Green+Blue) = 155+159+132=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 159 - color contains mainly: green. Hex color #9B9F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9F84 is #64607B. Grayscale: #9A9A9A. Windows color (decimal): -6578300 or 8691611. OLE color: 8691611.
HSL color Cylindrical-coordinate representation of color #9B9F84: hue angle of 68.89º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B9F84 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 159 | 132 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.38 |
| HSL | 68.89º | 0.12% | 0.57% | - |
| HSV(B) | 68.89º | 0.17% | 0.62% | - |
| XYZ | 30.08 | 33.43 | 26.7 | - |
| YUV | 154.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 159 | 132 | 0.03 | 0 | 0.17 | 0.38 | 68.89 | 0.12 | 0.57 |
| Hex | 9B | 9F | 84 | 3 | 0 | 11 | 26 | 45 | C | 39 |
| Octal | 233 | 237 | 204 | 3 | 0 | 21 | 46 | 105 | 14 | 71 |
| Binary | 10011011 | 10011111 | 10000100 | 11 | 0 | 10001 | 100110 | 1000101 | 1100 | 111001 |
Color Harmonies of #9B9F84
Complementary color
Monochromatic Colors of #9B9F84
Black with #9B9F84
Text Example
Text Example
White with #9B9F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9F84; }
p { color: rgb(155,159,132); }
H1.HeaderClassName
{
color: #9B9F84;
}
.AnyTagClassName
{
color: #9B9F84;
}
</style>
background-color css
<style>
a { background-color: #9B9F84; }
a { background-color: rgb(155,159,132); }
div.DivClassName
{
background-color: #9B9F84;
}
.BgClassName
{
background-color: #9B9F84;
}
</style>
border-color css
<style>
span { border-color: #9B9F84; }
span { border-color: rgb(155,159,132); }
td.TdClassName
{
border-color: #9B9F84;
}
.TagClassName
{
border-color: #9B9F84;
}
</style>