Shades of Green Smoke #98B35D
Tints of Green Smoke #98B35D
RGB
CMYK
RGB Variations
Color information
#98B35D (or 0x98B35D) is known color: Green Smoke. HEX triplet: 98, B3 and 5D. RGB value is (152,179,93). Sum of RGB (Red+Green+Blue) = 152+179+93=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #98B35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B35D is #674CA2. Grayscale: #A1A1A1. Windows color (decimal): -6769827 or 6140824. OLE color: 6140824.
HSL color Cylindrical-coordinate representation of color #98B35D: hue angle of 78.84º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98B35D is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 179 | 93 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.30 |
| HSL | 78.84º | 0.36% | 0.53% | - |
| HSV(B) | 78.84º | 0.48% | 0.7% | - |
| XYZ | 31.04 | 39.71 | 16.38 | - |
| YUV | 161.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 179 | 93 | 0.15 | 0 | 0.48 | 0.30 | 78.84 | 0.36 | 0.53 |
| Hex | 98 | B3 | 5D | F | 0 | 30 | 1E | 4F | 24 | 35 |
| Octal | 230 | 263 | 135 | 17 | 0 | 60 | 36 | 117 | 44 | 65 |
| Binary | 10011000 | 10110011 | 1011101 | 1111 | 0 | 110000 | 11110 | 1001111 | 100100 | 110101 |
Color Harmonies of #98B35D
Complementary color
Monochromatic Colors of #98B35D
Black with #98B35D
Text Example
Text Example
White with #98B35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B35D; }
p { color: rgb(152,179,93); }
H1.HeaderClassName
{
color: #98B35D;
}
.AnyTagClassName
{
color: #98B35D;
}
</style>
background-color css
<style>
a { background-color: #98B35D; }
a { background-color: rgb(152,179,93); }
div.DivClassName
{
background-color: #98B35D;
}
.BgClassName
{
background-color: #98B35D;
}
</style>
border-color css
<style>
span { border-color: #98B35D; }
span { border-color: rgb(152,179,93); }
td.TdClassName
{
border-color: #98B35D;
}
.TagClassName
{
border-color: #98B35D;
}
</style>