Shades of Olivine #A2BA65
Tints of Olivine #A2BA65
RGB
CMYK
RGB Variations
Color information
#A2BA65 (or 0xA2BA65) is known color: Olivine. HEX triplet: A2, BA and 65. RGB value is (162,186,101). Sum of RGB (Red+Green+Blue) = 162+186+101=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA65 is #5D459A. Grayscale: #A9A9A9. Windows color (decimal): -6112667 or 6666914. OLE color: 6666914.
HSL color Cylindrical-coordinate representation of color #A2BA65: hue angle of 76.94º 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 #A2BA65 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 101 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.27 |
| HSL | 76.94º | 0.38% | 0.56% | - |
| HSV(B) | 76.94º | 0.46% | 0.73% | - |
| XYZ | 34.81 | 43.74 | 18.92 | - |
| YUV | 169.13 | 89.55 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 101 | 0.13 | 0 | 0.46 | 0.27 | 76.94 | 0.38 | 0.56 |
| Hex | A2 | BA | 65 | D | 0 | 2E | 1B | 4D | 26 | 38 |
| Octal | 242 | 272 | 145 | 15 | 0 | 56 | 33 | 115 | 46 | 70 |
| Binary | 10100010 | 10111010 | 1100101 | 1101 | 0 | 101110 | 11011 | 1001101 | 100110 | 111000 |
Color Harmonies of #A2BA65
Complementary color
Monochromatic Colors of #A2BA65
Black with #A2BA65
Text Example
Text Example
White with #A2BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA65; }
p { color: rgb(162,186,101); }
H1.HeaderClassName
{
color: #A2BA65;
}
.AnyTagClassName
{
color: #A2BA65;
}
</style>
background-color css
<style>
a { background-color: #A2BA65; }
a { background-color: rgb(162,186,101); }
div.DivClassName
{
background-color: #A2BA65;
}
.BgClassName
{
background-color: #A2BA65;
}
</style>
border-color css
<style>
span { border-color: #A2BA65; }
span { border-color: rgb(162,186,101); }
td.TdClassName
{
border-color: #A2BA65;
}
.TagClassName
{
border-color: #A2BA65;
}
</style>