Shades of Green Smoke #98A15D
Tints of Green Smoke #98A15D
RGB
CMYK
RGB Variations
Color information
#98A15D (or 0x98A15D) is known color: Green Smoke. HEX triplet: 98, A1 and 5D. RGB value is (152,161,93). Sum of RGB (Red+Green+Blue) = 152+161+93=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 161 - color contains mainly: green. Hex color #98A15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A15D is #675EA2. Grayscale: #969696. Windows color (decimal): -6774435 or 6136216. OLE color: 6136216.
HSL color Cylindrical-coordinate representation of color #98A15D: hue angle of 67.94º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98A15D is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 161 | 93 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.37 |
| HSL | 67.94º | 0.27% | 0.5% | - |
| HSV(B) | 67.94º | 0.42% | 0.63% | - |
| XYZ | 27.67 | 32.96 | 15.26 | - |
| YUV | 150.56 | 95.52 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 93 | 0.06 | 0 | 0.42 | 0.37 | 67.94 | 0.27 | 0.5 |
| Hex | 98 | A1 | 5D | 6 | 0 | 2A | 25 | 44 | 1B | 32 |
| Octal | 230 | 241 | 135 | 6 | 0 | 52 | 45 | 104 | 33 | 62 |
| Binary | 10011000 | 10100001 | 1011101 | 110 | 0 | 101010 | 100101 | 1000100 | 11011 | 110010 |
Color Harmonies of #98A15D
Complementary color
Monochromatic Colors of #98A15D
Black with #98A15D
Text Example
Text Example
White with #98A15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A15D; }
p { color: rgb(152,161,93); }
H1.HeaderClassName
{
color: #98A15D;
}
.AnyTagClassName
{
color: #98A15D;
}
</style>
background-color css
<style>
a { background-color: #98A15D; }
a { background-color: rgb(152,161,93); }
div.DivClassName
{
background-color: #98A15D;
}
.BgClassName
{
background-color: #98A15D;
}
</style>
border-color css
<style>
span { border-color: #98A15D; }
span { border-color: rgb(152,161,93); }
td.TdClassName
{
border-color: #98A15D;
}
.TagClassName
{
border-color: #98A15D;
}
</style>