Shades of Green Smoke #98A25B
Tints of Green Smoke #98A25B
RGB
CMYK
RGB Variations
Color information
#98A25B (or 0x98A25B) is known color: Green Smoke. HEX triplet: 98, A2 and 5B. RGB value is (152,162,91). Sum of RGB (Red+Green+Blue) = 152+162+91=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #98A25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A25B is #675DA4. Grayscale: #979797. Windows color (decimal): -6774181 or 6005400. OLE color: 6005400.
HSL color Cylindrical-coordinate representation of color #98A25B: hue angle of 68.45º 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 #98A25B is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 162 | 91 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.36 |
| HSL | 68.45º | 0.28% | 0.5% | - |
| HSV(B) | 68.45º | 0.44% | 0.64% | - |
| XYZ | 27.76 | 33.27 | 14.86 | - |
| YUV | 150.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 162 | 91 | 0.06 | 0 | 0.44 | 0.36 | 68.45 | 0.28 | 0.5 |
| Hex | 98 | A2 | 5B | 6 | 0 | 2C | 24 | 44 | 1C | 32 |
| Octal | 230 | 242 | 133 | 6 | 0 | 54 | 44 | 104 | 34 | 62 |
| Binary | 10011000 | 10100010 | 1011011 | 110 | 0 | 101100 | 100100 | 1000100 | 11100 | 110010 |
Color Harmonies of #98A25B
Complementary color
Monochromatic Colors of #98A25B
Black with #98A25B
Text Example
Text Example
White with #98A25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A25B; }
p { color: rgb(152,162,91); }
H1.HeaderClassName
{
color: #98A25B;
}
.AnyTagClassName
{
color: #98A25B;
}
</style>
background-color css
<style>
a { background-color: #98A25B; }
a { background-color: rgb(152,162,91); }
div.DivClassName
{
background-color: #98A25B;
}
.BgClassName
{
background-color: #98A25B;
}
</style>
border-color css
<style>
span { border-color: #98A25B; }
span { border-color: rgb(152,162,91); }
td.TdClassName
{
border-color: #98A25B;
}
.TagClassName
{
border-color: #98A25B;
}
</style>