Shades of Olivine #A4BC73
Tints of Olivine #A4BC73
RGB
CMYK
RGB Variations
Color information
#A4BC73 (or 0xA4BC73) is known color: Olivine. HEX triplet: A4, BC and 73. RGB value is (164,188,115). Sum of RGB (Red+Green+Blue) = 164+188+115=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC73 is #5B438C. Grayscale: #ACACAC. Windows color (decimal): -5981069 or 7584932. OLE color: 7584932.
HSL color Cylindrical-coordinate representation of color #A4BC73: hue angle of 79.73º 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 #A4BC73 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 188 | 115 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.26 |
| HSL | 79.73º | 0.35% | 0.59% | - |
| HSV(B) | 79.73º | 0.39% | 0.74% | - |
| XYZ | 36.39 | 45.1 | 23.01 | - |
| YUV | 172.5 | 95.55 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 115 | 0.13 | 0 | 0.39 | 0.26 | 79.73 | 0.35 | 0.59 |
| Hex | A4 | BC | 73 | D | 0 | 27 | 1A | 50 | 23 | 3B |
| Octal | 244 | 274 | 163 | 15 | 0 | 47 | 32 | 120 | 43 | 73 |
| Binary | 10100100 | 10111100 | 1110011 | 1101 | 0 | 100111 | 11010 | 1010000 | 100011 | 111011 |
Color Harmonies of #A4BC73
Complementary color
Monochromatic Colors of #A4BC73
Black with #A4BC73
Text Example
Text Example
White with #A4BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BC73; }
p { color: rgb(164,188,115); }
H1.HeaderClassName
{
color: #A4BC73;
}
.AnyTagClassName
{
color: #A4BC73;
}
</style>
background-color css
<style>
a { background-color: #A4BC73; }
a { background-color: rgb(164,188,115); }
div.DivClassName
{
background-color: #A4BC73;
}
.BgClassName
{
background-color: #A4BC73;
}
</style>
border-color css
<style>
span { border-color: #A4BC73; }
span { border-color: rgb(164,188,115); }
td.TdClassName
{
border-color: #A4BC73;
}
.TagClassName
{
border-color: #A4BC73;
}
</style>