Shades of Lemon Grass #9B997F
Tints of Lemon Grass #9B997F
RGB
CMYK
RGB Variations
Color information
#9B997F (or 0x9B997F) is known color: Lemon Grass. HEX triplet: 9B, 99 and 7F. RGB value is (155,153,127). Sum of RGB (Red+Green+Blue) = 155+153+127=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 155 - color contains mainly: red. Hex color #9B997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B997F is #646680. Grayscale: #969696. Windows color (decimal): -6579841 or 8362395. OLE color: 8362395.
HSL color Cylindrical-coordinate representation of color #9B997F: hue angle of 55.71º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9B997F is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 127 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.39 |
| HSL | 55.71º | 0.12% | 0.55% | - |
| HSV(B) | 55.71º | 0.18% | 0.61% | - |
| XYZ | 28.74 | 31.28 | 24.6 | - |
| YUV | 150.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 127 | 0 | 0.01 | 0.18 | 0.39 | 55.71 | 0.12 | 0.55 |
| Hex | 9B | 99 | 7F | 0 | 1 | 12 | 27 | 38 | C | 37 |
| Octal | 233 | 231 | 177 | 0 | 1 | 22 | 47 | 70 | 14 | 67 |
| Binary | 10011011 | 10011001 | 1111111 | 0 | 1 | 10010 | 100111 | 111000 | 1100 | 110111 |
Color Harmonies of #9B997F
Complementary color
Monochromatic Colors of #9B997F
Black with #9B997F
Text Example
Text Example
White with #9B997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B997F; }
p { color: rgb(155,153,127); }
H1.HeaderClassName
{
color: #9B997F;
}
.AnyTagClassName
{
color: #9B997F;
}
</style>
background-color css
<style>
a { background-color: #9B997F; }
a { background-color: rgb(155,153,127); }
div.DivClassName
{
background-color: #9B997F;
}
.BgClassName
{
background-color: #9B997F;
}
</style>
border-color css
<style>
span { border-color: #9B997F; }
span { border-color: rgb(155,153,127); }
td.TdClassName
{
border-color: #9B997F;
}
.TagClassName
{
border-color: #9B997F;
}
</style>