Shades of Green Smoke #A0BC5B
Tints of Green Smoke #A0BC5B
RGB
CMYK
RGB Variations
Color information
#A0BC5B (or 0xA0BC5B) is known color: Green Smoke. HEX triplet: A0, BC and 5B. RGB value is (160,188,91). Sum of RGB (Red+Green+Blue) = 160+188+91=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC5B is #5F43A4. Grayscale: #A8A8A8. Windows color (decimal): -6243237 or 6012064. OLE color: 6012064.
HSL color Cylindrical-coordinate representation of color #A0BC5B: hue angle of 77.32º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0BC5B is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 91 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.26 |
| HSL | 77.32º | 0.42% | 0.55% | - |
| HSV(B) | 77.32º | 0.52% | 0.74% | - |
| XYZ | 34.37 | 44.2 | 16.62 | - |
| YUV | 168.57 | 84.22 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 91 | 0.15 | 0 | 0.52 | 0.26 | 77.32 | 0.42 | 0.55 |
| Hex | A0 | BC | 5B | F | 0 | 34 | 1A | 4D | 2A | 37 |
| Octal | 240 | 274 | 133 | 17 | 0 | 64 | 32 | 115 | 52 | 67 |
| Binary | 10100000 | 10111100 | 1011011 | 1111 | 0 | 110100 | 11010 | 1001101 | 101010 | 110111 |
Color Harmonies of #A0BC5B
Complementary color
Monochromatic Colors of #A0BC5B
Black with #A0BC5B
Text Example
Text Example
White with #A0BC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC5B; }
p { color: rgb(160,188,91); }
H1.HeaderClassName
{
color: #A0BC5B;
}
.AnyTagClassName
{
color: #A0BC5B;
}
</style>
background-color css
<style>
a { background-color: #A0BC5B; }
a { background-color: rgb(160,188,91); }
div.DivClassName
{
background-color: #A0BC5B;
}
.BgClassName
{
background-color: #A0BC5B;
}
</style>
border-color css
<style>
span { border-color: #A0BC5B; }
span { border-color: rgb(160,188,91); }
td.TdClassName
{
border-color: #A0BC5B;
}
.TagClassName
{
border-color: #A0BC5B;
}
</style>