Shades of Green Smoke #A0B55F
Tints of Green Smoke #A0B55F
RGB
CMYK
RGB Variations
Color information
#A0B55F (or 0xA0B55F) is known color: Green Smoke. HEX triplet: A0, B5 and 5F. RGB value is (160,181,95). Sum of RGB (Red+Green+Blue) = 160+181+95=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B55F is #5F4AA0. Grayscale: #A5A5A5. Windows color (decimal): -6245025 or 6272416. OLE color: 6272416.
HSL color Cylindrical-coordinate representation of color #A0B55F: hue angle of 74.65º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0B55F is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 181 | 95 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.29 |
| HSL | 74.65º | 0.37% | 0.54% | - |
| HSV(B) | 74.65º | 0.48% | 0.71% | - |
| XYZ | 33.09 | 41.35 | 17.06 | - |
| YUV | 164.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 95 | 0.12 | 0 | 0.48 | 0.29 | 74.65 | 0.37 | 0.54 |
| Hex | A0 | B5 | 5F | C | 0 | 30 | 1D | 4B | 25 | 36 |
| Octal | 240 | 265 | 137 | 14 | 0 | 60 | 35 | 113 | 45 | 66 |
| Binary | 10100000 | 10110101 | 1011111 | 1100 | 0 | 110000 | 11101 | 1001011 | 100101 | 110110 |
Color Harmonies of #A0B55F
Complementary color
Monochromatic Colors of #A0B55F
Black with #A0B55F
Text Example
Text Example
White with #A0B55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B55F; }
p { color: rgb(160,181,95); }
H1.HeaderClassName
{
color: #A0B55F;
}
.AnyTagClassName
{
color: #A0B55F;
}
</style>
background-color css
<style>
a { background-color: #A0B55F; }
a { background-color: rgb(160,181,95); }
div.DivClassName
{
background-color: #A0B55F;
}
.BgClassName
{
background-color: #A0B55F;
}
</style>
border-color css
<style>
span { border-color: #A0B55F; }
span { border-color: rgb(160,181,95); }
td.TdClassName
{
border-color: #A0B55F;
}
.TagClassName
{
border-color: #A0B55F;
}
</style>