Shades of Lemon Grass #9B997E
Tints of Lemon Grass #9B997E
RGB
CMYK
RGB Variations
Color information
#9B997E (or 0x9B997E) is known color: Lemon Grass. HEX triplet: 9B, 99 and 7E. RGB value is (155,153,126). Sum of RGB (Red+Green+Blue) = 155+153+126=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 155 - color contains mainly: red. Hex color #9B997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B997E is #646681. Grayscale: #969696. Windows color (decimal): -6579842 or 8296859. OLE color: 8296859.
HSL color Cylindrical-coordinate representation of color #9B997E: hue angle of 55.86º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B997E is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 126 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.39 |
| HSL | 55.86º | 0.13% | 0.55% | - |
| HSV(B) | 55.86º | 0.19% | 0.61% | - |
| XYZ | 28.67 | 31.26 | 24.26 | - |
| YUV | 150.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 126 | 0 | 0.01 | 0.19 | 0.39 | 55.86 | 0.13 | 0.55 |
| Hex | 9B | 99 | 7E | 0 | 1 | 13 | 27 | 38 | D | 37 |
| Octal | 233 | 231 | 176 | 0 | 1 | 23 | 47 | 70 | 15 | 67 |
| Binary | 10011011 | 10011001 | 1111110 | 0 | 1 | 10011 | 100111 | 111000 | 1101 | 110111 |
Color Harmonies of #9B997E
Complementary color
Monochromatic Colors of #9B997E
Black with #9B997E
Text Example
Text Example
White with #9B997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B997E; }
p { color: rgb(155,153,126); }
H1.HeaderClassName
{
color: #9B997E;
}
.AnyTagClassName
{
color: #9B997E;
}
</style>
background-color css
<style>
a { background-color: #9B997E; }
a { background-color: rgb(155,153,126); }
div.DivClassName
{
background-color: #9B997E;
}
.BgClassName
{
background-color: #9B997E;
}
</style>
border-color css
<style>
span { border-color: #9B997E; }
span { border-color: rgb(155,153,126); }
td.TdClassName
{
border-color: #9B997E;
}
.TagClassName
{
border-color: #9B997E;
}
</style>