Shades of Green Smoke #A0B955
Tints of Green Smoke #A0B955
RGB
CMYK
RGB Variations
Color information
#A0B955 (or 0xA0B955) is known color: Green Smoke. HEX triplet: A0, B9 and 55. RGB value is (160,185,85). Sum of RGB (Red+Green+Blue) = 160+185+85=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B955 is #5F46AA. Grayscale: #A6A6A6. Windows color (decimal): -6244011 or 5618080. OLE color: 5618080.
HSL color Cylindrical-coordinate representation of color #A0B955: hue angle of 75º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0B955 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 85 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.27 |
| HSL | 75º | 0.42% | 0.53% | - |
| HSV(B) | 75º | 0.54% | 0.73% | - |
| XYZ | 33.49 | 42.83 | 15.1 | - |
| YUV | 166.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 85 | 0.14 | 0 | 0.54 | 0.27 | 75 | 0.42 | 0.53 |
| Hex | A0 | B9 | 55 | E | 0 | 36 | 1B | 4B | 2A | 35 |
| Octal | 240 | 271 | 125 | 16 | 0 | 66 | 33 | 113 | 52 | 65 |
| Binary | 10100000 | 10111001 | 1010101 | 1110 | 0 | 110110 | 11011 | 1001011 | 101010 | 110101 |
Color Harmonies of #A0B955
Complementary color
Monochromatic Colors of #A0B955
Black with #A0B955
Text Example
Text Example
White with #A0B955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B955; }
p { color: rgb(160,185,85); }
H1.HeaderClassName
{
color: #A0B955;
}
.AnyTagClassName
{
color: #A0B955;
}
</style>
background-color css
<style>
a { background-color: #A0B955; }
a { background-color: rgb(160,185,85); }
div.DivClassName
{
background-color: #A0B955;
}
.BgClassName
{
background-color: #A0B955;
}
</style>
border-color css
<style>
span { border-color: #A0B955; }
span { border-color: rgb(160,185,85); }
td.TdClassName
{
border-color: #A0B955;
}
.TagClassName
{
border-color: #A0B955;
}
</style>