Shades of Lemon Grass #9A9B7A
Tints of Lemon Grass #9A9B7A
RGB
CMYK
RGB Variations
Color information
#9A9B7A (or 0x9A9B7A) is known color: Lemon Grass. HEX triplet: 9A, 9B and 7A. RGB value is (154,155,122). Sum of RGB (Red+Green+Blue) = 154+155+122=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 155 - color contains mainly: green. Hex color #9A9B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9B7A is #656485. Grayscale: #979797. Windows color (decimal): -6644870 or 8035226. OLE color: 8035226.
HSL color Cylindrical-coordinate representation of color #9A9B7A: hue angle of 61.82º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A9B7A is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 155 | 122 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.39 |
| HSL | 61.82º | 0.14% | 0.54% | - |
| HSV(B) | 61.82º | 0.21% | 0.61% | - |
| XYZ | 28.56 | 31.72 | 23.03 | - |
| YUV | 150.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 155 | 122 | 0.01 | 0 | 0.21 | 0.39 | 61.82 | 0.14 | 0.54 |
| Hex | 9A | 9B | 7A | 1 | 0 | 15 | 27 | 3E | E | 36 |
| Octal | 232 | 233 | 172 | 1 | 0 | 25 | 47 | 76 | 16 | 66 |
| Binary | 10011010 | 10011011 | 1111010 | 1 | 0 | 10101 | 100111 | 111110 | 1110 | 110110 |
Color Harmonies of #9A9B7A
Complementary color
Monochromatic Colors of #9A9B7A
Black with #9A9B7A
Text Example
Text Example
White with #9A9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9B7A; }
p { color: rgb(154,155,122); }
H1.HeaderClassName
{
color: #9A9B7A;
}
.AnyTagClassName
{
color: #9A9B7A;
}
</style>
background-color css
<style>
a { background-color: #9A9B7A; }
a { background-color: rgb(154,155,122); }
div.DivClassName
{
background-color: #9A9B7A;
}
.BgClassName
{
background-color: #9A9B7A;
}
</style>
border-color css
<style>
span { border-color: #9A9B7A; }
span { border-color: rgb(154,155,122); }
td.TdClassName
{
border-color: #9A9B7A;
}
.TagClassName
{
border-color: #9A9B7A;
}
</style>