Shades of Lemon Grass #989883
Tints of Lemon Grass #989883
RGB
CMYK
RGB Variations
Color information
#989883 (or 0x989883) is known color: Lemon Grass. HEX triplet: 98, 98 and 83. RGB value is (152,152,131). Sum of RGB (Red+Green+Blue) = 152+152+131=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989883 is #67677C. Grayscale: #959595. Windows color (decimal): -6776701 or 8624280. OLE color: 8624280.
HSL color Cylindrical-coordinate representation of color #989883: hue angle of 60º 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 #989883 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 152 | 131 | - |
| CMYK | 0 | 0 | 0.14 | 0.40 |
| HSL | 60º | 0.09% | 0.55% | - |
| HSV(B) | 60º | 0.14% | 0.6% | - |
| XYZ | 28.27 | 30.77 | 25.92 | - |
| YUV | 149.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 131 | 0 | 0 | 0.14 | 0.40 | 60 | 0.09 | 0.55 |
| Hex | 98 | 98 | 83 | 0 | 0 | E | 28 | 3C | 9 | 37 |
| Octal | 230 | 230 | 203 | 0 | 0 | 16 | 50 | 74 | 11 | 67 |
| Binary | 10011000 | 10011000 | 10000011 | 0 | 0 | 1110 | 101000 | 111100 | 1001 | 110111 |
Color Harmonies of #989883
Complementary color
Monochromatic Colors of #989883
Black with #989883
Text Example
Text Example
White with #989883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989883; }
p { color: rgb(152,152,131); }
H1.HeaderClassName
{
color: #989883;
}
.AnyTagClassName
{
color: #989883;
}
</style>
background-color css
<style>
a { background-color: #989883; }
a { background-color: rgb(152,152,131); }
div.DivClassName
{
background-color: #989883;
}
.BgClassName
{
background-color: #989883;
}
</style>
border-color css
<style>
span { border-color: #989883; }
span { border-color: rgb(152,152,131); }
td.TdClassName
{
border-color: #989883;
}
.TagClassName
{
border-color: #989883;
}
</style>