Shades of Green Smoke #98A862
Tints of Green Smoke #98A862
RGB
CMYK
RGB Variations
Color information
#98A862 (or 0x98A862) is known color: Green Smoke. HEX triplet: 98, A8 and 62. RGB value is (152,168,98). Sum of RGB (Red+Green+Blue) = 152+168+98=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 168 - color contains mainly: green. Hex color #98A862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A862 is #67579D. Grayscale: #9B9B9B. Windows color (decimal): -6772638 or 6465688. OLE color: 6465688.
HSL color Cylindrical-coordinate representation of color #98A862: hue angle of 73.71º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98A862 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 168 | 98 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.34 |
| HSL | 73.71º | 0.29% | 0.52% | - |
| HSV(B) | 73.71º | 0.42% | 0.66% | - |
| XYZ | 29.16 | 35.56 | 16.88 | - |
| YUV | 155.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 98 | 0.10 | 0 | 0.42 | 0.34 | 73.71 | 0.29 | 0.52 |
| Hex | 98 | A8 | 62 | A | 0 | 2A | 22 | 4A | 1D | 34 |
| Octal | 230 | 250 | 142 | 12 | 0 | 52 | 42 | 112 | 35 | 64 |
| Binary | 10011000 | 10101000 | 1100010 | 1010 | 0 | 101010 | 100010 | 1001010 | 11101 | 110100 |
Color Harmonies of #98A862
Complementary color
Monochromatic Colors of #98A862
Black with #98A862
Text Example
Text Example
White with #98A862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A862; }
p { color: rgb(152,168,98); }
H1.HeaderClassName
{
color: #98A862;
}
.AnyTagClassName
{
color: #98A862;
}
</style>
background-color css
<style>
a { background-color: #98A862; }
a { background-color: rgb(152,168,98); }
div.DivClassName
{
background-color: #98A862;
}
.BgClassName
{
background-color: #98A862;
}
</style>
border-color css
<style>
span { border-color: #98A862; }
span { border-color: rgb(152,168,98); }
td.TdClassName
{
border-color: #98A862;
}
.TagClassName
{
border-color: #98A862;
}
</style>