Shades of Lemon Grass #9B9982
Tints of Lemon Grass #9B9982
RGB
CMYK
RGB Variations
Color information
#9B9982 (or 0x9B9982) is known color: Lemon Grass. HEX triplet: 9B, 99 and 82. RGB value is (155,153,130). Sum of RGB (Red+Green+Blue) = 155+153+130=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9982 is #64667D. Grayscale: #979797. Windows color (decimal): -6579838 or 8559003. OLE color: 8559003.
HSL color Cylindrical-coordinate representation of color #9B9982: hue angle of 55.2º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9B9982 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 130 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.39 |
| HSL | 55.2º | 0.11% | 0.56% | - |
| HSV(B) | 55.2º | 0.16% | 0.61% | - |
| XYZ | 28.94 | 31.36 | 25.65 | - |
| YUV | 150.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 130 | 0 | 0.01 | 0.16 | 0.39 | 55.2 | 0.11 | 0.56 |
| Hex | 9B | 99 | 82 | 0 | 1 | 10 | 27 | 37 | B | 38 |
| Octal | 233 | 231 | 202 | 0 | 1 | 20 | 47 | 67 | 13 | 70 |
| Binary | 10011011 | 10011001 | 10000010 | 0 | 1 | 10000 | 100111 | 110111 | 1011 | 111000 |
Color Harmonies of #9B9982
Complementary color
Monochromatic Colors of #9B9982
Black with #9B9982
Text Example
Text Example
White with #9B9982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9982; }
p { color: rgb(155,153,130); }
H1.HeaderClassName
{
color: #9B9982;
}
.AnyTagClassName
{
color: #9B9982;
}
</style>
background-color css
<style>
a { background-color: #9B9982; }
a { background-color: rgb(155,153,130); }
div.DivClassName
{
background-color: #9B9982;
}
.BgClassName
{
background-color: #9B9982;
}
</style>
border-color css
<style>
span { border-color: #9B9982; }
span { border-color: rgb(155,153,130); }
td.TdClassName
{
border-color: #9B9982;
}
.TagClassName
{
border-color: #9B9982;
}
</style>