Shades of Green Smoke #98A963
Tints of Green Smoke #98A963
RGB
CMYK
RGB Variations
Color information
#98A963 (or 0x98A963) is known color: Green Smoke. HEX triplet: 98, A9 and 63. RGB value is (152,169,99). Sum of RGB (Red+Green+Blue) = 152+169+99=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 169 - color contains mainly: green. Hex color #98A963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A963 is #67569C. Grayscale: #9C9C9C. Windows color (decimal): -6772381 or 6531480. OLE color: 6531480.
HSL color Cylindrical-coordinate representation of color #98A963: hue angle of 74.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98A963 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 169 | 99 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.34 |
| HSL | 74.57º | 0.29% | 0.53% | - |
| HSV(B) | 74.57º | 0.41% | 0.66% | - |
| XYZ | 29.39 | 35.95 | 17.19 | - |
| YUV | 155.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 99 | 0.10 | 0 | 0.41 | 0.34 | 74.57 | 0.29 | 0.53 |
| Hex | 98 | A9 | 63 | A | 0 | 29 | 22 | 4B | 1D | 35 |
| Octal | 230 | 251 | 143 | 12 | 0 | 51 | 42 | 113 | 35 | 65 |
| Binary | 10011000 | 10101001 | 1100011 | 1010 | 0 | 101001 | 100010 | 1001011 | 11101 | 110101 |
Color Harmonies of #98A963
Complementary color
Monochromatic Colors of #98A963
Black with #98A963
Text Example
Text Example
White with #98A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A963; }
p { color: rgb(152,169,99); }
H1.HeaderClassName
{
color: #98A963;
}
.AnyTagClassName
{
color: #98A963;
}
</style>
background-color css
<style>
a { background-color: #98A963; }
a { background-color: rgb(152,169,99); }
div.DivClassName
{
background-color: #98A963;
}
.BgClassName
{
background-color: #98A963;
}
</style>
border-color css
<style>
span { border-color: #98A963; }
span { border-color: rgb(152,169,99); }
td.TdClassName
{
border-color: #98A963;
}
.TagClassName
{
border-color: #98A963;
}
</style>