Shades of Green Smoke #98A35D
Tints of Green Smoke #98A35D
RGB
CMYK
RGB Variations
Color information
#98A35D (or 0x98A35D) is known color: Green Smoke. HEX triplet: 98, A3 and 5D. RGB value is (152,163,93). Sum of RGB (Red+Green+Blue) = 152+163+93=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 163 - color contains mainly: green. Hex color #98A35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A35D is #675CA2. Grayscale: #989898. Windows color (decimal): -6773923 or 6136728. OLE color: 6136728.
HSL color Cylindrical-coordinate representation of color #98A35D: hue angle of 69.43º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98A35D is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 163 | 93 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.36 |
| HSL | 69.43º | 0.28% | 0.5% | - |
| HSV(B) | 69.43º | 0.43% | 0.64% | - |
| XYZ | 28.02 | 33.66 | 15.38 | - |
| YUV | 151.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 93 | 0.07 | 0 | 0.43 | 0.36 | 69.43 | 0.28 | 0.5 |
| Hex | 98 | A3 | 5D | 7 | 0 | 2B | 24 | 45 | 1C | 32 |
| Octal | 230 | 243 | 135 | 7 | 0 | 53 | 44 | 105 | 34 | 62 |
| Binary | 10011000 | 10100011 | 1011101 | 111 | 0 | 101011 | 100100 | 1000101 | 11100 | 110010 |
Color Harmonies of #98A35D
Complementary color
Monochromatic Colors of #98A35D
Black with #98A35D
Text Example
Text Example
White with #98A35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A35D; }
p { color: rgb(152,163,93); }
H1.HeaderClassName
{
color: #98A35D;
}
.AnyTagClassName
{
color: #98A35D;
}
</style>
background-color css
<style>
a { background-color: #98A35D; }
a { background-color: rgb(152,163,93); }
div.DivClassName
{
background-color: #98A35D;
}
.BgClassName
{
background-color: #98A35D;
}
</style>
border-color css
<style>
span { border-color: #98A35D; }
span { border-color: rgb(152,163,93); }
td.TdClassName
{
border-color: #98A35D;
}
.TagClassName
{
border-color: #98A35D;
}
</style>