Shades of Green Smoke #A0B263
Tints of Green Smoke #A0B263
RGB
CMYK
RGB Variations
Color information
#A0B263 (or 0xA0B263) is known color: Green Smoke. HEX triplet: A0, B2 and 63. RGB value is (160,178,99). Sum of RGB (Red+Green+Blue) = 160+178+99=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B263 is #5F4D9C. Grayscale: #A3A3A3. Windows color (decimal): -6245789 or 6533792. OLE color: 6533792.
HSL color Cylindrical-coordinate representation of color #A0B263: hue angle of 73.67º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0B263 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 178 | 99 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.30 |
| HSL | 73.67º | 0.34% | 0.54% | - |
| HSV(B) | 73.67º | 0.44% | 0.7% | - |
| XYZ | 32.67 | 40.22 | 17.84 | - |
| YUV | 163.61 | 91.54 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 99 | 0.10 | 0 | 0.44 | 0.30 | 73.67 | 0.34 | 0.54 |
| Hex | A0 | B2 | 63 | A | 0 | 2C | 1E | 4A | 22 | 36 |
| Octal | 240 | 262 | 143 | 12 | 0 | 54 | 36 | 112 | 42 | 66 |
| Binary | 10100000 | 10110010 | 1100011 | 1010 | 0 | 101100 | 11110 | 1001010 | 100010 | 110110 |
Color Harmonies of #A0B263
Complementary color
Monochromatic Colors of #A0B263
Black with #A0B263
Text Example
Text Example
White with #A0B263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B263; }
p { color: rgb(160,178,99); }
H1.HeaderClassName
{
color: #A0B263;
}
.AnyTagClassName
{
color: #A0B263;
}
</style>
background-color css
<style>
a { background-color: #A0B263; }
a { background-color: rgb(160,178,99); }
div.DivClassName
{
background-color: #A0B263;
}
.BgClassName
{
background-color: #A0B263;
}
</style>
border-color css
<style>
span { border-color: #A0B263; }
span { border-color: rgb(160,178,99); }
td.TdClassName
{
border-color: #A0B263;
}
.TagClassName
{
border-color: #A0B263;
}
</style>