Shades of Green Smoke #A0BC59
Tints of Green Smoke #A0BC59
RGB
CMYK
RGB Variations
Color information
#A0BC59 (or 0xA0BC59) is known color: Green Smoke. HEX triplet: A0, BC and 59. RGB value is (160,188,89). Sum of RGB (Red+Green+Blue) = 160+188+89=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC59 is #5F43A6. Grayscale: #A8A8A8. Windows color (decimal): -6243239 or 5880992. OLE color: 5880992.
HSL color Cylindrical-coordinate representation of color #A0BC59: hue angle of 76.97º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0BC59 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 89 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.26 |
| HSL | 76.97º | 0.42% | 0.54% | - |
| HSV(B) | 76.97º | 0.53% | 0.74% | - |
| XYZ | 34.28 | 44.16 | 16.17 | - |
| YUV | 168.34 | 83.22 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 89 | 0.15 | 0 | 0.53 | 0.26 | 76.97 | 0.42 | 0.54 |
| Hex | A0 | BC | 59 | F | 0 | 35 | 1A | 4D | 2A | 36 |
| Octal | 240 | 274 | 131 | 17 | 0 | 65 | 32 | 115 | 52 | 66 |
| Binary | 10100000 | 10111100 | 1011001 | 1111 | 0 | 110101 | 11010 | 1001101 | 101010 | 110110 |
Color Harmonies of #A0BC59
Complementary color
Monochromatic Colors of #A0BC59
Black with #A0BC59
Text Example
Text Example
White with #A0BC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC59; }
p { color: rgb(160,188,89); }
H1.HeaderClassName
{
color: #A0BC59;
}
.AnyTagClassName
{
color: #A0BC59;
}
</style>
background-color css
<style>
a { background-color: #A0BC59; }
a { background-color: rgb(160,188,89); }
div.DivClassName
{
background-color: #A0BC59;
}
.BgClassName
{
background-color: #A0BC59;
}
</style>
border-color css
<style>
span { border-color: #A0BC59; }
span { border-color: rgb(160,188,89); }
td.TdClassName
{
border-color: #A0BC59;
}
.TagClassName
{
border-color: #A0BC59;
}
</style>