Shades of Olivine #A2BA75
Tints of Olivine #A2BA75
RGB
CMYK
RGB Variations
Color information
#A2BA75 (or 0xA2BA75) is known color: Olivine. HEX triplet: A2, BA and 75. RGB value is (162,186,117). Sum of RGB (Red+Green+Blue) = 162+186+117=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA75 is #5D458A. Grayscale: #ABABAB. Windows color (decimal): -6112651 or 7715490. OLE color: 7715490.
HSL color Cylindrical-coordinate representation of color #A2BA75: hue angle of 80.87º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2BA75 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 117 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.27 |
| HSL | 80.87º | 0.33% | 0.59% | - |
| HSV(B) | 80.87º | 0.37% | 0.73% | - |
| XYZ | 35.67 | 44.08 | 23.46 | - |
| YUV | 170.96 | 97.55 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 117 | 0.13 | 0 | 0.37 | 0.27 | 80.87 | 0.33 | 0.59 |
| Hex | A2 | BA | 75 | D | 0 | 25 | 1B | 51 | 21 | 3B |
| Octal | 242 | 272 | 165 | 15 | 0 | 45 | 33 | 121 | 41 | 73 |
| Binary | 10100010 | 10111010 | 1110101 | 1101 | 0 | 100101 | 11011 | 1010001 | 100001 | 111011 |
Color Harmonies of #A2BA75
Complementary color
Monochromatic Colors of #A2BA75
Black with #A2BA75
Text Example
Text Example
White with #A2BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA75; }
p { color: rgb(162,186,117); }
H1.HeaderClassName
{
color: #A2BA75;
}
.AnyTagClassName
{
color: #A2BA75;
}
</style>
background-color css
<style>
a { background-color: #A2BA75; }
a { background-color: rgb(162,186,117); }
div.DivClassName
{
background-color: #A2BA75;
}
.BgClassName
{
background-color: #A2BA75;
}
</style>
border-color css
<style>
span { border-color: #A2BA75; }
span { border-color: rgb(162,186,117); }
td.TdClassName
{
border-color: #A2BA75;
}
.TagClassName
{
border-color: #A2BA75;
}
</style>