Shades of Lemon Grass #9C9E8C
Tints of Lemon Grass #9C9E8C
RGB
CMYK
RGB Variations
Color information
#9C9E8C (or 0x9C9E8C) is known color: Lemon Grass. HEX triplet: 9C, 9E and 8C. RGB value is (156,158,140). Sum of RGB (Red+Green+Blue) = 156+158+140=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 158 - color contains mainly: green. Hex color #9C9E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9E8C is #636173. Grayscale: #9B9B9B. Windows color (decimal): -6513012 or 9215644. OLE color: 9215644.
HSL color Cylindrical-coordinate representation of color #9C9E8C: hue angle of 66.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9C9E8C is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 158 | 140 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.38 |
| HSL | 66.67º | 0.08% | 0.58% | - |
| HSV(B) | 66.67º | 0.11% | 0.62% | - |
| XYZ | 30.67 | 33.42 | 29.64 | - |
| YUV | 155.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 140 | 0.01 | 0 | 0.11 | 0.38 | 66.67 | 0.08 | 0.58 |
| Hex | 9C | 9E | 8C | 1 | 0 | B | 26 | 43 | 8 | 3A |
| Octal | 234 | 236 | 214 | 1 | 0 | 13 | 46 | 103 | 10 | 72 |
| Binary | 10011100 | 10011110 | 10001100 | 1 | 0 | 1011 | 100110 | 1000011 | 1000 | 111010 |
Color Harmonies of #9C9E8C
Complementary color
Monochromatic Colors of #9C9E8C
Black with #9C9E8C
Text Example
Text Example
White with #9C9E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9E8C; }
p { color: rgb(156,158,140); }
H1.HeaderClassName
{
color: #9C9E8C;
}
.AnyTagClassName
{
color: #9C9E8C;
}
</style>
background-color css
<style>
a { background-color: #9C9E8C; }
a { background-color: rgb(156,158,140); }
div.DivClassName
{
background-color: #9C9E8C;
}
.BgClassName
{
background-color: #9C9E8C;
}
</style>
border-color css
<style>
span { border-color: #9C9E8C; }
span { border-color: rgb(156,158,140); }
td.TdClassName
{
border-color: #9C9E8C;
}
.TagClassName
{
border-color: #9C9E8C;
}
</style>