Shades of Green Smoke #989A55
Tints of Green Smoke #989A55
RGB
CMYK
RGB Variations
Color information
#989A55 (or 0x989A55) is known color: Green Smoke. HEX triplet: 98, 9A and 55. RGB value is (152,154,85). Sum of RGB (Red+Green+Blue) = 152+154+85=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 154 - color contains mainly: green. Hex color #989A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989A55 is #6765AA. Grayscale: #919191. Windows color (decimal): -6776235 or 5610136. OLE color: 5610136.
HSL color Cylindrical-coordinate representation of color #989A55: hue angle of 61.74º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #989A55 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 154 | 85 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.40 |
| HSL | 61.74º | 0.29% | 0.47% | - |
| HSV(B) | 61.74º | 0.45% | 0.6% | - |
| XYZ | 26.14 | 30.44 | 13.09 | - |
| YUV | 145.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 85 | 0.01 | 0 | 0.45 | 0.40 | 61.74 | 0.29 | 0.47 |
| Hex | 98 | 9A | 55 | 1 | 0 | 2D | 28 | 3E | 1D | 2F |
| Octal | 230 | 232 | 125 | 1 | 0 | 55 | 50 | 76 | 35 | 57 |
| Binary | 10011000 | 10011010 | 1010101 | 1 | 0 | 101101 | 101000 | 111110 | 11101 | 101111 |
Color Harmonies of #989A55
Complementary color
Monochromatic Colors of #989A55
Black with #989A55
Text Example
Text Example
White with #989A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989A55; }
p { color: rgb(152,154,85); }
H1.HeaderClassName
{
color: #989A55;
}
.AnyTagClassName
{
color: #989A55;
}
</style>
background-color css
<style>
a { background-color: #989A55; }
a { background-color: rgb(152,154,85); }
div.DivClassName
{
background-color: #989A55;
}
.BgClassName
{
background-color: #989A55;
}
</style>
border-color css
<style>
span { border-color: #989A55; }
span { border-color: rgb(152,154,85); }
td.TdClassName
{
border-color: #989A55;
}
.TagClassName
{
border-color: #989A55;
}
</style>