Shades of Lemon Grass #999B7E
Tints of Lemon Grass #999B7E
RGB
CMYK
RGB Variations
Color information
#999B7E (or 0x999B7E) is known color: Lemon Grass. HEX triplet: 99, 9B and 7E. RGB value is (153,155,126). Sum of RGB (Red+Green+Blue) = 153+155+126=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 155 - color contains mainly: green. Hex color #999B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999B7E is #666481. Grayscale: #979797. Windows color (decimal): -6710402 or 8297369. OLE color: 8297369.
HSL color Cylindrical-coordinate representation of color #999B7E: hue angle of 64.14º 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 #999B7E is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 126 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.39 |
| HSL | 64.14º | 0.13% | 0.55% | - |
| HSV(B) | 64.14º | 0.19% | 0.61% | - |
| XYZ | 28.62 | 31.72 | 24.35 | - |
| YUV | 151.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 126 | 0.01 | 0 | 0.19 | 0.39 | 64.14 | 0.13 | 0.55 |
| Hex | 99 | 9B | 7E | 1 | 0 | 13 | 27 | 40 | D | 37 |
| Octal | 231 | 233 | 176 | 1 | 0 | 23 | 47 | 100 | 15 | 67 |
| Binary | 10011001 | 10011011 | 1111110 | 1 | 0 | 10011 | 100111 | 1000000 | 1101 | 110111 |
Color Harmonies of #999B7E
Complementary color
Monochromatic Colors of #999B7E
Black with #999B7E
Text Example
Text Example
White with #999B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B7E; }
p { color: rgb(153,155,126); }
H1.HeaderClassName
{
color: #999B7E;
}
.AnyTagClassName
{
color: #999B7E;
}
</style>
background-color css
<style>
a { background-color: #999B7E; }
a { background-color: rgb(153,155,126); }
div.DivClassName
{
background-color: #999B7E;
}
.BgClassName
{
background-color: #999B7E;
}
</style>
border-color css
<style>
span { border-color: #999B7E; }
span { border-color: rgb(153,155,126); }
td.TdClassName
{
border-color: #999B7E;
}
.TagClassName
{
border-color: #999B7E;
}
</style>