Shades of Lemon Grass #9B9B84
Tints of Lemon Grass #9B9B84
RGB
CMYK
RGB Variations
Color information
#9B9B84 (or 0x9B9B84) is known color: Lemon Grass. HEX triplet: 9B, 9B and 84. RGB value is (155,155,132). Sum of RGB (Red+Green+Blue) = 155+155+132=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 155 - color contains mainly: red, green. Hex color #9B9B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9B84 is #64647B. Grayscale: #989898. Windows color (decimal): -6579324 or 8690587. OLE color: 8690587.
HSL color Cylindrical-coordinate representation of color #9B9B84: hue angle of 60º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B9B84 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 155 | 132 | - |
| CMYK | 0 | 0 | 0.15 | 0.39 |
| HSL | 60º | 0.1% | 0.56% | - |
| HSV(B) | 60º | 0.15% | 0.61% | - |
| XYZ | 29.4 | 32.08 | 26.47 | - |
| YUV | 152.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 155 | 132 | 0 | 0 | 0.15 | 0.39 | 60 | 0.1 | 0.56 |
| Hex | 9B | 9B | 84 | 0 | 0 | F | 27 | 3C | A | 38 |
| Octal | 233 | 233 | 204 | 0 | 0 | 17 | 47 | 74 | 12 | 70 |
| Binary | 10011011 | 10011011 | 10000100 | 0 | 0 | 1111 | 100111 | 111100 | 1010 | 111000 |
Color Harmonies of #9B9B84
Complementary color
Monochromatic Colors of #9B9B84
Black with #9B9B84
Text Example
Text Example
White with #9B9B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9B84; }
p { color: rgb(155,155,132); }
H1.HeaderClassName
{
color: #9B9B84;
}
.AnyTagClassName
{
color: #9B9B84;
}
</style>
background-color css
<style>
a { background-color: #9B9B84; }
a { background-color: rgb(155,155,132); }
div.DivClassName
{
background-color: #9B9B84;
}
.BgClassName
{
background-color: #9B9B84;
}
</style>
border-color css
<style>
span { border-color: #9B9B84; }
span { border-color: rgb(155,155,132); }
td.TdClassName
{
border-color: #9B9B84;
}
.TagClassName
{
border-color: #9B9B84;
}
</style>