Shades of Olivine #A3BC72
Tints of Olivine #A3BC72
RGB
CMYK
RGB Variations
Color information
#A3BC72 (or 0xA3BC72) is known color: Olivine. HEX triplet: A3, BC and 72. RGB value is (163,188,114). Sum of RGB (Red+Green+Blue) = 163+188+114=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC72 is #5C438D. Grayscale: #ACACAC. Windows color (decimal): -6046606 or 7519395. OLE color: 7519395.
HSL color Cylindrical-coordinate representation of color #A3BC72: hue angle of 80.27º degrees, saturation: 0.36, 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 #A3BC72 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 114 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.26 |
| HSL | 80.27º | 0.36% | 0.59% | - |
| HSV(B) | 80.27º | 0.39% | 0.74% | - |
| XYZ | 36.12 | 44.97 | 22.7 | - |
| YUV | 172.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 114 | 0.13 | 0 | 0.39 | 0.26 | 80.27 | 0.36 | 0.59 |
| Hex | A3 | BC | 72 | D | 0 | 27 | 1A | 50 | 24 | 3B |
| Octal | 243 | 274 | 162 | 15 | 0 | 47 | 32 | 120 | 44 | 73 |
| Binary | 10100011 | 10111100 | 1110010 | 1101 | 0 | 100111 | 11010 | 1010000 | 100100 | 111011 |
Color Harmonies of #A3BC72
Complementary color
Monochromatic Colors of #A3BC72
Black with #A3BC72
Text Example
Text Example
White with #A3BC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BC72; }
p { color: rgb(163,188,114); }
H1.HeaderClassName
{
color: #A3BC72;
}
.AnyTagClassName
{
color: #A3BC72;
}
</style>
background-color css
<style>
a { background-color: #A3BC72; }
a { background-color: rgb(163,188,114); }
div.DivClassName
{
background-color: #A3BC72;
}
.BgClassName
{
background-color: #A3BC72;
}
</style>
border-color css
<style>
span { border-color: #A3BC72; }
span { border-color: rgb(163,188,114); }
td.TdClassName
{
border-color: #A3BC72;
}
.TagClassName
{
border-color: #A3BC72;
}
</style>