Shades of Olivine #A2BA66
Tints of Olivine #A2BA66
RGB
CMYK
RGB Variations
Color information
#A2BA66 (or 0xA2BA66) is known color: Olivine. HEX triplet: A2, BA and 66. RGB value is (162,186,102). Sum of RGB (Red+Green+Blue) = 162+186+102=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA66 is #5D4599. Grayscale: #A9A9A9. Windows color (decimal): -6112666 or 6732450. OLE color: 6732450.
HSL color Cylindrical-coordinate representation of color #A2BA66: hue angle of 77.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2BA66 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 102 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.27 |
| HSL | 77.14º | 0.38% | 0.56% | - |
| HSV(B) | 77.14º | 0.45% | 0.73% | - |
| XYZ | 34.86 | 43.76 | 19.18 | - |
| YUV | 169.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 102 | 0.13 | 0 | 0.45 | 0.27 | 77.14 | 0.38 | 0.56 |
| Hex | A2 | BA | 66 | D | 0 | 2D | 1B | 4D | 26 | 38 |
| Octal | 242 | 272 | 146 | 15 | 0 | 55 | 33 | 115 | 46 | 70 |
| Binary | 10100010 | 10111010 | 1100110 | 1101 | 0 | 101101 | 11011 | 1001101 | 100110 | 111000 |
Color Harmonies of #A2BA66
Complementary color
Monochromatic Colors of #A2BA66
Black with #A2BA66
Text Example
Text Example
White with #A2BA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA66; }
p { color: rgb(162,186,102); }
H1.HeaderClassName
{
color: #A2BA66;
}
.AnyTagClassName
{
color: #A2BA66;
}
</style>
background-color css
<style>
a { background-color: #A2BA66; }
a { background-color: rgb(162,186,102); }
div.DivClassName
{
background-color: #A2BA66;
}
.BgClassName
{
background-color: #A2BA66;
}
</style>
border-color css
<style>
span { border-color: #A2BA66; }
span { border-color: rgb(162,186,102); }
td.TdClassName
{
border-color: #A2BA66;
}
.TagClassName
{
border-color: #A2BA66;
}
</style>