Shades of Lemon Grass #979883
Tints of Lemon Grass #979883
RGB
CMYK
RGB Variations
Color information
#979883 (or 0x979883) is known color: Lemon Grass. HEX triplet: 97, 98 and 83. RGB value is (151,152,131). Sum of RGB (Red+Green+Blue) = 151+152+131=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 152 - color contains mainly: green. Hex color #979883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979883 is #68677C. Grayscale: #959595. Windows color (decimal): -6842237 or 8624279. OLE color: 8624279.
HSL color Cylindrical-coordinate representation of color #979883: hue angle of 62.86º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #979883 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 152 | 131 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.40 |
| HSL | 62.86º | 0.09% | 0.55% | - |
| HSV(B) | 62.86º | 0.14% | 0.6% | - |
| XYZ | 28.09 | 30.67 | 25.91 | - |
| YUV | 149.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 131 | 0.01 | 0 | 0.14 | 0.40 | 62.86 | 0.09 | 0.55 |
| Hex | 97 | 98 | 83 | 1 | 0 | E | 28 | 3F | 9 | 37 |
| Octal | 227 | 230 | 203 | 1 | 0 | 16 | 50 | 77 | 11 | 67 |
| Binary | 10010111 | 10011000 | 10000011 | 1 | 0 | 1110 | 101000 | 111111 | 1001 | 110111 |
Color Harmonies of #979883
Complementary color
Monochromatic Colors of #979883
Black with #979883
Text Example
Text Example
White with #979883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979883; }
p { color: rgb(151,152,131); }
H1.HeaderClassName
{
color: #979883;
}
.AnyTagClassName
{
color: #979883;
}
</style>
background-color css
<style>
a { background-color: #979883; }
a { background-color: rgb(151,152,131); }
div.DivClassName
{
background-color: #979883;
}
.BgClassName
{
background-color: #979883;
}
</style>
border-color css
<style>
span { border-color: #979883; }
span { border-color: rgb(151,152,131); }
td.TdClassName
{
border-color: #979883;
}
.TagClassName
{
border-color: #979883;
}
</style>