Shades of Green Smoke #98B25E
Tints of Green Smoke #98B25E
RGB
CMYK
RGB Variations
Color information
#98B25E (or 0x98B25E) is known color: Green Smoke. HEX triplet: 98, B2 and 5E. RGB value is (152,178,94). Sum of RGB (Red+Green+Blue) = 152+178+94=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #98B25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98B25E is #674DA1. Grayscale: #A0A0A0. Windows color (decimal): -6770082 or 6206104. OLE color: 6206104.
HSL color Cylindrical-coordinate representation of color #98B25E: hue angle of 78.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98B25E is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 178 | 94 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.30 |
| HSL | 78.57º | 0.35% | 0.53% | - |
| HSV(B) | 78.57º | 0.47% | 0.7% | - |
| XYZ | 30.89 | 39.32 | 16.55 | - |
| YUV | 160.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 178 | 94 | 0.15 | 0 | 0.47 | 0.30 | 78.57 | 0.35 | 0.53 |
| Hex | 98 | B2 | 5E | F | 0 | 2F | 1E | 4F | 23 | 35 |
| Octal | 230 | 262 | 136 | 17 | 0 | 57 | 36 | 117 | 43 | 65 |
| Binary | 10011000 | 10110010 | 1011110 | 1111 | 0 | 101111 | 11110 | 1001111 | 100011 | 110101 |
Color Harmonies of #98B25E
Complementary color
Monochromatic Colors of #98B25E
Black with #98B25E
Text Example
Text Example
White with #98B25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B25E; }
p { color: rgb(152,178,94); }
H1.HeaderClassName
{
color: #98B25E;
}
.AnyTagClassName
{
color: #98B25E;
}
</style>
background-color css
<style>
a { background-color: #98B25E; }
a { background-color: rgb(152,178,94); }
div.DivClassName
{
background-color: #98B25E;
}
.BgClassName
{
background-color: #98B25E;
}
</style>
border-color css
<style>
span { border-color: #98B25E; }
span { border-color: rgb(152,178,94); }
td.TdClassName
{
border-color: #98B25E;
}
.TagClassName
{
border-color: #98B25E;
}
</style>