Shades of Green Smoke #A0B051
Tints of Green Smoke #A0B051
RGB
CMYK
RGB Variations
Color information
#A0B051 (or 0xA0B051) is known color: Green Smoke. HEX triplet: A0, B0 and 51. RGB value is (160,176,81). Sum of RGB (Red+Green+Blue) = 160+176+81=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B051 is #5F4FAE. Grayscale: #A0A0A0. Windows color (decimal): -6246319 or 5353632. OLE color: 5353632.
HSL color Cylindrical-coordinate representation of color #A0B051: hue angle of 70.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0B051 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 176 | 81 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.31 |
| HSL | 70.11º | 0.38% | 0.5% | - |
| HSV(B) | 70.11º | 0.54% | 0.69% | - |
| XYZ | 31.51 | 39.12 | 13.67 | - |
| YUV | 160.39 | 83.2 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 81 | 0.09 | 0 | 0.54 | 0.31 | 70.11 | 0.38 | 0.5 |
| Hex | A0 | B0 | 51 | 9 | 0 | 36 | 1F | 46 | 26 | 32 |
| Octal | 240 | 260 | 121 | 11 | 0 | 66 | 37 | 106 | 46 | 62 |
| Binary | 10100000 | 10110000 | 1010001 | 1001 | 0 | 110110 | 11111 | 1000110 | 100110 | 110010 |
Color Harmonies of #A0B051
Complementary color
Monochromatic Colors of #A0B051
Black with #A0B051
Text Example
Text Example
White with #A0B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B051; }
p { color: rgb(160,176,81); }
H1.HeaderClassName
{
color: #A0B051;
}
.AnyTagClassName
{
color: #A0B051;
}
</style>
background-color css
<style>
a { background-color: #A0B051; }
a { background-color: rgb(160,176,81); }
div.DivClassName
{
background-color: #A0B051;
}
.BgClassName
{
background-color: #A0B051;
}
</style>
border-color css
<style>
span { border-color: #A0B051; }
span { border-color: rgb(160,176,81); }
td.TdClassName
{
border-color: #A0B051;
}
.TagClassName
{
border-color: #A0B051;
}
</style>