Shades of Green Smoke #98A55F
Tints of Green Smoke #98A55F
RGB
CMYK
RGB Variations
Color information
#98A55F (or 0x98A55F) is known color: Green Smoke. HEX triplet: 98, A5 and 5F. RGB value is (152,165,95). Sum of RGB (Red+Green+Blue) = 152+165+95=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 165 - color contains mainly: green. Hex color #98A55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A55F is #675AA0. Grayscale: #999999. Windows color (decimal): -6773409 or 6268312. OLE color: 6268312.
HSL color Cylindrical-coordinate representation of color #98A55F: hue angle of 71.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98A55F is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 165 | 95 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.35 |
| HSL | 71.14º | 0.28% | 0.51% | - |
| HSV(B) | 71.14º | 0.42% | 0.65% | - |
| XYZ | 28.47 | 34.41 | 15.97 | - |
| YUV | 153.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 165 | 95 | 0.08 | 0 | 0.42 | 0.35 | 71.14 | 0.28 | 0.51 |
| Hex | 98 | A5 | 5F | 8 | 0 | 2A | 23 | 47 | 1C | 33 |
| Octal | 230 | 245 | 137 | 10 | 0 | 52 | 43 | 107 | 34 | 63 |
| Binary | 10011000 | 10100101 | 1011111 | 1000 | 0 | 101010 | 100011 | 1000111 | 11100 | 110011 |
Color Harmonies of #98A55F
Complementary color
Monochromatic Colors of #98A55F
Black with #98A55F
Text Example
Text Example
White with #98A55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A55F; }
p { color: rgb(152,165,95); }
H1.HeaderClassName
{
color: #98A55F;
}
.AnyTagClassName
{
color: #98A55F;
}
</style>
background-color css
<style>
a { background-color: #98A55F; }
a { background-color: rgb(152,165,95); }
div.DivClassName
{
background-color: #98A55F;
}
.BgClassName
{
background-color: #98A55F;
}
</style>
border-color css
<style>
span { border-color: #98A55F; }
span { border-color: rgb(152,165,95); }
td.TdClassName
{
border-color: #98A55F;
}
.TagClassName
{
border-color: #98A55F;
}
</style>