Shades of Green Smoke #98A45C
Tints of Green Smoke #98A45C
RGB
CMYK
RGB Variations
Color information
#98A45C (or 0x98A45C) is known color: Green Smoke. HEX triplet: 98, A4 and 5C. RGB value is (152,164,92). Sum of RGB (Red+Green+Blue) = 152+164+92=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #98A45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A45C is #675BA3. Grayscale: #989898. Windows color (decimal): -6773668 or 6071448. OLE color: 6071448.
HSL color Cylindrical-coordinate representation of color #98A45C: hue angle of 70º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98A45C is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 164 | 92 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.36 |
| HSL | 70º | 0.28% | 0.5% | - |
| HSV(B) | 70º | 0.44% | 0.64% | - |
| XYZ | 28.16 | 34 | 15.2 | - |
| YUV | 152.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 92 | 0.07 | 0 | 0.44 | 0.36 | 70 | 0.28 | 0.5 |
| Hex | 98 | A4 | 5C | 7 | 0 | 2C | 24 | 46 | 1C | 32 |
| Octal | 230 | 244 | 134 | 7 | 0 | 54 | 44 | 106 | 34 | 62 |
| Binary | 10011000 | 10100100 | 1011100 | 111 | 0 | 101100 | 100100 | 1000110 | 11100 | 110010 |
Color Harmonies of #98A45C
Complementary color
Monochromatic Colors of #98A45C
Black with #98A45C
Text Example
Text Example
White with #98A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A45C; }
p { color: rgb(152,164,92); }
H1.HeaderClassName
{
color: #98A45C;
}
.AnyTagClassName
{
color: #98A45C;
}
</style>
background-color css
<style>
a { background-color: #98A45C; }
a { background-color: rgb(152,164,92); }
div.DivClassName
{
background-color: #98A45C;
}
.BgClassName
{
background-color: #98A45C;
}
</style>
border-color css
<style>
span { border-color: #98A45C; }
span { border-color: rgb(152,164,92); }
td.TdClassName
{
border-color: #98A45C;
}
.TagClassName
{
border-color: #98A45C;
}
</style>