Shades of Green Smoke #98A252
Tints of Green Smoke #98A252
RGB
CMYK
RGB Variations
Color information
#98A252 (or 0x98A252) is known color: Green Smoke. HEX triplet: 98, A2 and 52. RGB value is (152,162,82). Sum of RGB (Red+Green+Blue) = 152+162+82=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #98A252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A252 is #675DAD. Grayscale: #969696. Windows color (decimal): -6774190 or 5415576. OLE color: 5415576.
HSL color Cylindrical-coordinate representation of color #98A252: hue angle of 67.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98A252 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 162 | 82 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.36 |
| HSL | 67.5º | 0.33% | 0.48% | - |
| HSV(B) | 67.5º | 0.49% | 0.64% | - |
| XYZ | 27.39 | 33.13 | 12.93 | - |
| YUV | 149.89 | 89.69 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 162 | 82 | 0.06 | 0 | 0.49 | 0.36 | 67.5 | 0.33 | 0.48 |
| Hex | 98 | A2 | 52 | 6 | 0 | 31 | 24 | 44 | 21 | 30 |
| Octal | 230 | 242 | 122 | 6 | 0 | 61 | 44 | 104 | 41 | 60 |
| Binary | 10011000 | 10100010 | 1010010 | 110 | 0 | 110001 | 100100 | 1000100 | 100001 | 110000 |
Color Harmonies of #98A252
Complementary color
Monochromatic Colors of #98A252
Black with #98A252
Text Example
Text Example
White with #98A252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A252; }
p { color: rgb(152,162,82); }
H1.HeaderClassName
{
color: #98A252;
}
.AnyTagClassName
{
color: #98A252;
}
</style>
background-color css
<style>
a { background-color: #98A252; }
a { background-color: rgb(152,162,82); }
div.DivClassName
{
background-color: #98A252;
}
.BgClassName
{
background-color: #98A252;
}
</style>
border-color css
<style>
span { border-color: #98A252; }
span { border-color: rgb(152,162,82); }
td.TdClassName
{
border-color: #98A252;
}
.TagClassName
{
border-color: #98A252;
}
</style>