Shades of Green Smoke #98AB64
Tints of Green Smoke #98AB64
RGB
CMYK
RGB Variations
Color information
#98AB64 (or 0x98AB64) is known color: Green Smoke. HEX triplet: 98, AB and 64. RGB value is (152,171,100). Sum of RGB (Red+Green+Blue) = 152+171+100=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #98AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AB64 is #67549B. Grayscale: #9D9D9D. Windows color (decimal): -6771868 or 6597528. OLE color: 6597528.
HSL color Cylindrical-coordinate representation of color #98AB64: hue angle of 76.06º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98AB64 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 171 | 100 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.33 |
| HSL | 76.06º | 0.3% | 0.53% | - |
| HSV(B) | 76.06º | 0.42% | 0.67% | - |
| XYZ | 29.81 | 36.72 | 17.57 | - |
| YUV | 157.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 171 | 100 | 0.11 | 0 | 0.42 | 0.33 | 76.06 | 0.3 | 0.53 |
| Hex | 98 | AB | 64 | B | 0 | 2A | 21 | 4C | 1E | 35 |
| Octal | 230 | 253 | 144 | 13 | 0 | 52 | 41 | 114 | 36 | 65 |
| Binary | 10011000 | 10101011 | 1100100 | 1011 | 0 | 101010 | 100001 | 1001100 | 11110 | 110101 |
Color Harmonies of #98AB64
Complementary color
Monochromatic Colors of #98AB64
Black with #98AB64
Text Example
Text Example
White with #98AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AB64; }
p { color: rgb(152,171,100); }
H1.HeaderClassName
{
color: #98AB64;
}
.AnyTagClassName
{
color: #98AB64;
}
</style>
background-color css
<style>
a { background-color: #98AB64; }
a { background-color: rgb(152,171,100); }
div.DivClassName
{
background-color: #98AB64;
}
.BgClassName
{
background-color: #98AB64;
}
</style>
border-color css
<style>
span { border-color: #98AB64; }
span { border-color: rgb(152,171,100); }
td.TdClassName
{
border-color: #98AB64;
}
.TagClassName
{
border-color: #98AB64;
}
</style>