Shades of Green Smoke #A8B962
Tints of Green Smoke #A8B962
RGB
CMYK
RGB Variations
Color information
#A8B962 (or 0xA8B962) is known color: Green Smoke. HEX triplet: A8, B9 and 62. RGB value is (168,185,98). Sum of RGB (Red+Green+Blue) = 168+185+98=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B962 is #57469D. Grayscale: #AAAAAA. Windows color (decimal): -5719710 or 6470056. OLE color: 6470056.
HSL color Cylindrical-coordinate representation of color #A8B962: hue angle of 71.72º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8B962 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 98 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.27 |
| HSL | 71.72º | 0.38% | 0.55% | - |
| HSV(B) | 71.72º | 0.47% | 0.73% | - |
| XYZ | 35.7 | 43.9 | 18.15 | - |
| YUV | 170 | 87.37 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 98 | 0.09 | 0 | 0.47 | 0.27 | 71.72 | 0.38 | 0.55 |
| Hex | A8 | B9 | 62 | 9 | 0 | 2F | 1B | 48 | 26 | 37 |
| Octal | 250 | 271 | 142 | 11 | 0 | 57 | 33 | 110 | 46 | 67 |
| Binary | 10101000 | 10111001 | 1100010 | 1001 | 0 | 101111 | 11011 | 1001000 | 100110 | 110111 |
Color Harmonies of #A8B962
Complementary color
Monochromatic Colors of #A8B962
Black with #A8B962
Text Example
Text Example
White with #A8B962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B962; }
p { color: rgb(168,185,98); }
H1.HeaderClassName
{
color: #A8B962;
}
.AnyTagClassName
{
color: #A8B962;
}
</style>
background-color css
<style>
a { background-color: #A8B962; }
a { background-color: rgb(168,185,98); }
div.DivClassName
{
background-color: #A8B962;
}
.BgClassName
{
background-color: #A8B962;
}
</style>
border-color css
<style>
span { border-color: #A8B962; }
span { border-color: rgb(168,185,98); }
td.TdClassName
{
border-color: #A8B962;
}
.TagClassName
{
border-color: #A8B962;
}
</style>