Shades of Green Smoke #98B35E
Tints of Green Smoke #98B35E
RGB
CMYK
RGB Variations
Color information
#98B35E (or 0x98B35E) is known color: Green Smoke. HEX triplet: 98, B3 and 5E. RGB value is (152,179,94). Sum of RGB (Red+Green+Blue) = 152+179+94=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #98B35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B35E is #674CA1. Grayscale: #A1A1A1. Windows color (decimal): -6769826 or 6206360. OLE color: 6206360.
HSL color Cylindrical-coordinate representation of color #98B35E: hue angle of 79.06º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98B35E is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 179 | 94 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.30 |
| HSL | 79.06º | 0.36% | 0.54% | - |
| HSV(B) | 79.06º | 0.47% | 0.7% | - |
| XYZ | 31.09 | 39.72 | 16.62 | - |
| YUV | 161.24 | 90.05 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 179 | 94 | 0.15 | 0 | 0.47 | 0.30 | 79.06 | 0.36 | 0.54 |
| Hex | 98 | B3 | 5E | F | 0 | 2F | 1E | 4F | 24 | 36 |
| Octal | 230 | 263 | 136 | 17 | 0 | 57 | 36 | 117 | 44 | 66 |
| Binary | 10011000 | 10110011 | 1011110 | 1111 | 0 | 101111 | 11110 | 1001111 | 100100 | 110110 |
Color Harmonies of #98B35E
Complementary color
Monochromatic Colors of #98B35E
Black with #98B35E
Text Example
Text Example
White with #98B35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B35E; }
p { color: rgb(152,179,94); }
H1.HeaderClassName
{
color: #98B35E;
}
.AnyTagClassName
{
color: #98B35E;
}
</style>
background-color css
<style>
a { background-color: #98B35E; }
a { background-color: rgb(152,179,94); }
div.DivClassName
{
background-color: #98B35E;
}
.BgClassName
{
background-color: #98B35E;
}
</style>
border-color css
<style>
span { border-color: #98B35E; }
span { border-color: rgb(152,179,94); }
td.TdClassName
{
border-color: #98B35E;
}
.TagClassName
{
border-color: #98B35E;
}
</style>