Shades of Olivine #A0B963
Tints of Olivine #A0B963
RGB
CMYK
RGB Variations
Color information
#A0B963 (or 0xA0B963) is known color: Olivine. HEX triplet: A0, B9 and 63. RGB value is (160,185,99). Sum of RGB (Red+Green+Blue) = 160+185+99=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B963 is #5F469C. Grayscale: #A8A8A8. Windows color (decimal): -6243997 or 6535584. OLE color: 6535584.
HSL color Cylindrical-coordinate representation of color #A0B963: hue angle of 77.44º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0B963 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 99 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.27 |
| HSL | 77.44º | 0.38% | 0.56% | - |
| HSV(B) | 77.44º | 0.46% | 0.73% | - |
| XYZ | 34.1 | 43.07 | 18.32 | - |
| YUV | 167.72 | 89.22 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 99 | 0.14 | 0 | 0.46 | 0.27 | 77.44 | 0.38 | 0.56 |
| Hex | A0 | B9 | 63 | E | 0 | 2E | 1B | 4D | 26 | 38 |
| Octal | 240 | 271 | 143 | 16 | 0 | 56 | 33 | 115 | 46 | 70 |
| Binary | 10100000 | 10111001 | 1100011 | 1110 | 0 | 101110 | 11011 | 1001101 | 100110 | 111000 |
Color Harmonies of #A0B963
Complementary color
Monochromatic Colors of #A0B963
Black with #A0B963
Text Example
Text Example
White with #A0B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B963; }
p { color: rgb(160,185,99); }
H1.HeaderClassName
{
color: #A0B963;
}
.AnyTagClassName
{
color: #A0B963;
}
</style>
background-color css
<style>
a { background-color: #A0B963; }
a { background-color: rgb(160,185,99); }
div.DivClassName
{
background-color: #A0B963;
}
.BgClassName
{
background-color: #A0B963;
}
</style>
border-color css
<style>
span { border-color: #A0B963; }
span { border-color: rgb(160,185,99); }
td.TdClassName
{
border-color: #A0B963;
}
.TagClassName
{
border-color: #A0B963;
}
</style>