Shades of Olivine #A2BA77
Tints of Olivine #A2BA77
RGB
CMYK
RGB Variations
Color information
#A2BA77 (or 0xA2BA77) is known color: Olivine. HEX triplet: A2, BA and 77. RGB value is (162,186,119). Sum of RGB (Red+Green+Blue) = 162+186+119=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA77 is #5D4588. Grayscale: #ABABAB. Windows color (decimal): -6112649 or 7846562. OLE color: 7846562.
HSL color Cylindrical-coordinate representation of color #A2BA77: hue angle of 81.49º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2BA77 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 119 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.27 |
| HSL | 81.49º | 0.33% | 0.6% | - |
| HSV(B) | 81.49º | 0.36% | 0.73% | - |
| XYZ | 35.79 | 44.13 | 24.08 | - |
| YUV | 171.19 | 98.55 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 119 | 0.13 | 0 | 0.36 | 0.27 | 81.49 | 0.33 | 0.6 |
| Hex | A2 | BA | 77 | D | 0 | 24 | 1B | 51 | 21 | 3C |
| Octal | 242 | 272 | 167 | 15 | 0 | 44 | 33 | 121 | 41 | 74 |
| Binary | 10100010 | 10111010 | 1110111 | 1101 | 0 | 100100 | 11011 | 1010001 | 100001 | 111100 |
Color Harmonies of #A2BA77
Complementary color
Monochromatic Colors of #A2BA77
Black with #A2BA77
Text Example
Text Example
White with #A2BA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA77; }
p { color: rgb(162,186,119); }
H1.HeaderClassName
{
color: #A2BA77;
}
.AnyTagClassName
{
color: #A2BA77;
}
</style>
background-color css
<style>
a { background-color: #A2BA77; }
a { background-color: rgb(162,186,119); }
div.DivClassName
{
background-color: #A2BA77;
}
.BgClassName
{
background-color: #A2BA77;
}
</style>
border-color css
<style>
span { border-color: #A2BA77; }
span { border-color: rgb(162,186,119); }
td.TdClassName
{
border-color: #A2BA77;
}
.TagClassName
{
border-color: #A2BA77;
}
</style>