Shades of Olivine #A2BC73
Tints of Olivine #A2BC73
RGB
CMYK
RGB Variations
Color information
#A2BC73 (or 0xA2BC73) is known color: Olivine. HEX triplet: A2, BC and 73. RGB value is (162,188,115). Sum of RGB (Red+Green+Blue) = 162+188+115=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC73 is #5D438C. Grayscale: #ACACAC. Windows color (decimal): -6112141 or 7584930. OLE color: 7584930.
HSL color Cylindrical-coordinate representation of color #A2BC73: hue angle of 81.37º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2BC73 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 115 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.26 |
| HSL | 81.37º | 0.35% | 0.59% | - |
| HSV(B) | 81.37º | 0.39% | 0.74% | - |
| XYZ | 35.98 | 44.89 | 22.99 | - |
| YUV | 171.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 115 | 0.14 | 0 | 0.39 | 0.26 | 81.37 | 0.35 | 0.59 |
| Hex | A2 | BC | 73 | E | 0 | 27 | 1A | 51 | 23 | 3B |
| Octal | 242 | 274 | 163 | 16 | 0 | 47 | 32 | 121 | 43 | 73 |
| Binary | 10100010 | 10111100 | 1110011 | 1110 | 0 | 100111 | 11010 | 1010001 | 100011 | 111011 |
Color Harmonies of #A2BC73
Complementary color
Monochromatic Colors of #A2BC73
Black with #A2BC73
Text Example
Text Example
White with #A2BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC73; }
p { color: rgb(162,188,115); }
H1.HeaderClassName
{
color: #A2BC73;
}
.AnyTagClassName
{
color: #A2BC73;
}
</style>
background-color css
<style>
a { background-color: #A2BC73; }
a { background-color: rgb(162,188,115); }
div.DivClassName
{
background-color: #A2BC73;
}
.BgClassName
{
background-color: #A2BC73;
}
</style>
border-color css
<style>
span { border-color: #A2BC73; }
span { border-color: rgb(162,188,115); }
td.TdClassName
{
border-color: #A2BC73;
}
.TagClassName
{
border-color: #A2BC73;
}
</style>