Shades of Green Smoke #98A160
Tints of Green Smoke #98A160
RGB
CMYK
RGB Variations
Color information
#98A160 (or 0x98A160) is known color: Green Smoke. HEX triplet: 98, A1 and 60. RGB value is (152,161,96). Sum of RGB (Red+Green+Blue) = 152+161+96=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 161 - color contains mainly: green. Hex color #98A160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A160 is #675E9F. Grayscale: #979797. Windows color (decimal): -6774432 or 6332824. OLE color: 6332824.
HSL color Cylindrical-coordinate representation of color #98A160: hue angle of 68.31º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98A160 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 161 | 96 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.37 |
| HSL | 68.31º | 0.26% | 0.5% | - |
| HSV(B) | 68.31º | 0.4% | 0.63% | - |
| XYZ | 27.81 | 33.01 | 15.97 | - |
| YUV | 150.9 | 97.02 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 96 | 0.06 | 0 | 0.40 | 0.37 | 68.31 | 0.26 | 0.5 |
| Hex | 98 | A1 | 60 | 6 | 0 | 28 | 25 | 44 | 1A | 32 |
| Octal | 230 | 241 | 140 | 6 | 0 | 50 | 45 | 104 | 32 | 62 |
| Binary | 10011000 | 10100001 | 1100000 | 110 | 0 | 101000 | 100101 | 1000100 | 11010 | 110010 |
Color Harmonies of #98A160
Complementary color
Monochromatic Colors of #98A160
Black with #98A160
Text Example
Text Example
White with #98A160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A160; }
p { color: rgb(152,161,96); }
H1.HeaderClassName
{
color: #98A160;
}
.AnyTagClassName
{
color: #98A160;
}
</style>
background-color css
<style>
a { background-color: #98A160; }
a { background-color: rgb(152,161,96); }
div.DivClassName
{
background-color: #98A160;
}
.BgClassName
{
background-color: #98A160;
}
</style>
border-color css
<style>
span { border-color: #98A160; }
span { border-color: rgb(152,161,96); }
td.TdClassName
{
border-color: #98A160;
}
.TagClassName
{
border-color: #98A160;
}
</style>