Shades of Olivine #A1BC73
Tints of Olivine #A1BC73
RGB
CMYK
RGB Variations
Color information
#A1BC73 (or 0xA1BC73) is known color: Olivine. HEX triplet: A1, BC and 73. RGB value is (161,188,115). Sum of RGB (Red+Green+Blue) = 161+188+115=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BC73 is #5E438C. Grayscale: #ABABAB. Windows color (decimal): -6177677 or 7584929. OLE color: 7584929.
HSL color Cylindrical-coordinate representation of color #A1BC73: hue angle of 82.19º 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 #A1BC73 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 115 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.26 |
| HSL | 82.19º | 0.35% | 0.59% | - |
| HSV(B) | 82.19º | 0.39% | 0.74% | - |
| XYZ | 35.78 | 44.78 | 22.98 | - |
| YUV | 171.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 115 | 0.14 | 0 | 0.39 | 0.26 | 82.19 | 0.35 | 0.59 |
| Hex | A1 | BC | 73 | E | 0 | 27 | 1A | 52 | 23 | 3B |
| Octal | 241 | 274 | 163 | 16 | 0 | 47 | 32 | 122 | 43 | 73 |
| Binary | 10100001 | 10111100 | 1110011 | 1110 | 0 | 100111 | 11010 | 1010010 | 100011 | 111011 |
Color Harmonies of #A1BC73
Complementary color
Monochromatic Colors of #A1BC73
Black with #A1BC73
Text Example
Text Example
White with #A1BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC73; }
p { color: rgb(161,188,115); }
H1.HeaderClassName
{
color: #A1BC73;
}
.AnyTagClassName
{
color: #A1BC73;
}
</style>
background-color css
<style>
a { background-color: #A1BC73; }
a { background-color: rgb(161,188,115); }
div.DivClassName
{
background-color: #A1BC73;
}
.BgClassName
{
background-color: #A1BC73;
}
</style>
border-color css
<style>
span { border-color: #A1BC73; }
span { border-color: rgb(161,188,115); }
td.TdClassName
{
border-color: #A1BC73;
}
.TagClassName
{
border-color: #A1BC73;
}
</style>