Shades of Olivine #A2BD72
Tints of Olivine #A2BD72
RGB
CMYK
RGB Variations
Color information
#A2BD72 (or 0xA2BD72) is known color: Olivine. HEX triplet: A2, BD and 72. RGB value is (162,189,114). Sum of RGB (Red+Green+Blue) = 162+189+114=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD72 is #5D428D. Grayscale: #ACACAC. Windows color (decimal): -6111886 or 7519650. OLE color: 7519650.
HSL color Cylindrical-coordinate representation of color #A2BD72: hue angle of 81.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2BD72 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 114 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.26 |
| HSL | 81.6º | 0.36% | 0.59% | - |
| HSV(B) | 81.6º | 0.4% | 0.74% | - |
| XYZ | 36.14 | 45.29 | 22.76 | - |
| YUV | 172.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 114 | 0.14 | 0 | 0.40 | 0.26 | 81.6 | 0.36 | 0.59 |
| Hex | A2 | BD | 72 | E | 0 | 28 | 1A | 52 | 24 | 3B |
| Octal | 242 | 275 | 162 | 16 | 0 | 50 | 32 | 122 | 44 | 73 |
| Binary | 10100010 | 10111101 | 1110010 | 1110 | 0 | 101000 | 11010 | 1010010 | 100100 | 111011 |
Color Harmonies of #A2BD72
Complementary color
Monochromatic Colors of #A2BD72
Black with #A2BD72
Text Example
Text Example
White with #A2BD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD72; }
p { color: rgb(162,189,114); }
H1.HeaderClassName
{
color: #A2BD72;
}
.AnyTagClassName
{
color: #A2BD72;
}
</style>
background-color css
<style>
a { background-color: #A2BD72; }
a { background-color: rgb(162,189,114); }
div.DivClassName
{
background-color: #A2BD72;
}
.BgClassName
{
background-color: #A2BD72;
}
</style>
border-color css
<style>
span { border-color: #A2BD72; }
span { border-color: rgb(162,189,114); }
td.TdClassName
{
border-color: #A2BD72;
}
.TagClassName
{
border-color: #A2BD72;
}
</style>