Shades of Olivine #A2BD6F
Tints of Olivine #A2BD6F
RGB
CMYK
RGB Variations
Color information
#A2BD6F (or 0xA2BD6F) is known color: Olivine. HEX triplet: A2, BD and 6F. RGB value is (162,189,111). Sum of RGB (Red+Green+Blue) = 162+189+111=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD6F is #5D4290. Grayscale: #ACACAC. Windows color (decimal): -6111889 or 7323042. OLE color: 7323042.
HSL color Cylindrical-coordinate representation of color #A2BD6F: hue angle of 80.77º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2BD6F is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 111 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.26 |
| HSL | 80.77º | 0.37% | 0.59% | - |
| HSV(B) | 80.77º | 0.41% | 0.74% | - |
| XYZ | 35.97 | 45.22 | 21.87 | - |
| YUV | 172.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 111 | 0.14 | 0 | 0.41 | 0.26 | 80.77 | 0.37 | 0.59 |
| Hex | A2 | BD | 6F | E | 0 | 29 | 1A | 51 | 25 | 3B |
| Octal | 242 | 275 | 157 | 16 | 0 | 51 | 32 | 121 | 45 | 73 |
| Binary | 10100010 | 10111101 | 1101111 | 1110 | 0 | 101001 | 11010 | 1010001 | 100101 | 111011 |
Color Harmonies of #A2BD6F
Complementary color
Monochromatic Colors of #A2BD6F
Black with #A2BD6F
Text Example
Text Example
White with #A2BD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD6F; }
p { color: rgb(162,189,111); }
H1.HeaderClassName
{
color: #A2BD6F;
}
.AnyTagClassName
{
color: #A2BD6F;
}
</style>
background-color css
<style>
a { background-color: #A2BD6F; }
a { background-color: rgb(162,189,111); }
div.DivClassName
{
background-color: #A2BD6F;
}
.BgClassName
{
background-color: #A2BD6F;
}
</style>
border-color css
<style>
span { border-color: #A2BD6F; }
span { border-color: rgb(162,189,111); }
td.TdClassName
{
border-color: #A2BD6F;
}
.TagClassName
{
border-color: #A2BD6F;
}
</style>