Shades of Lemon Grass #9B9E7F
Tints of Lemon Grass #9B9E7F
RGB
CMYK
RGB Variations
Color information
#9B9E7F (or 0x9B9E7F) is known color: Lemon Grass. HEX triplet: 9B, 9E and 7F. RGB value is (155,158,127). Sum of RGB (Red+Green+Blue) = 155+158+127=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 158 - color contains mainly: green. Hex color #9B9E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9E7F is #646180. Grayscale: #999999. Windows color (decimal): -6578561 or 8363675. OLE color: 8363675.
HSL color Cylindrical-coordinate representation of color #9B9E7F: hue angle of 65.81º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9B9E7F is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 158 | 127 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.38 |
| HSL | 65.81º | 0.14% | 0.56% | - |
| HSV(B) | 65.81º | 0.2% | 0.62% | - |
| XYZ | 29.58 | 32.95 | 24.88 | - |
| YUV | 153.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 158 | 127 | 0.02 | 0 | 0.20 | 0.38 | 65.81 | 0.14 | 0.56 |
| Hex | 9B | 9E | 7F | 2 | 0 | 14 | 26 | 42 | E | 38 |
| Octal | 233 | 236 | 177 | 2 | 0 | 24 | 46 | 102 | 16 | 70 |
| Binary | 10011011 | 10011110 | 1111111 | 10 | 0 | 10100 | 100110 | 1000010 | 1110 | 111000 |
Color Harmonies of #9B9E7F
Complementary color
Monochromatic Colors of #9B9E7F
Black with #9B9E7F
Text Example
Text Example
White with #9B9E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9E7F; }
p { color: rgb(155,158,127); }
H1.HeaderClassName
{
color: #9B9E7F;
}
.AnyTagClassName
{
color: #9B9E7F;
}
</style>
background-color css
<style>
a { background-color: #9B9E7F; }
a { background-color: rgb(155,158,127); }
div.DivClassName
{
background-color: #9B9E7F;
}
.BgClassName
{
background-color: #9B9E7F;
}
</style>
border-color css
<style>
span { border-color: #9B9E7F; }
span { border-color: rgb(155,158,127); }
td.TdClassName
{
border-color: #9B9E7F;
}
.TagClassName
{
border-color: #9B9E7F;
}
</style>