Shades of Olivine #A1BC71
Tints of Olivine #A1BC71
RGB
CMYK
RGB Variations
Color information
#A1BC71 (or 0xA1BC71) is known color: Olivine. HEX triplet: A1, BC and 71. RGB value is (161,188,113). Sum of RGB (Red+Green+Blue) = 161+188+113=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BC71 is #5E438E. Grayscale: #ABABAB. Windows color (decimal): -6177679 or 7453857. OLE color: 7453857.
HSL color Cylindrical-coordinate representation of color #A1BC71: 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 #A1BC71 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 113 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.26 |
| HSL | 81.6º | 0.36% | 0.59% | - |
| HSV(B) | 81.6º | 0.4% | 0.74% | - |
| XYZ | 35.66 | 44.74 | 22.38 | - |
| YUV | 171.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 113 | 0.14 | 0 | 0.40 | 0.26 | 81.6 | 0.36 | 0.59 |
| Hex | A1 | BC | 71 | E | 0 | 28 | 1A | 52 | 24 | 3B |
| Octal | 241 | 274 | 161 | 16 | 0 | 50 | 32 | 122 | 44 | 73 |
| Binary | 10100001 | 10111100 | 1110001 | 1110 | 0 | 101000 | 11010 | 1010010 | 100100 | 111011 |
Color Harmonies of #A1BC71
Complementary color
Monochromatic Colors of #A1BC71
Black with #A1BC71
Text Example
Text Example
White with #A1BC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC71; }
p { color: rgb(161,188,113); }
H1.HeaderClassName
{
color: #A1BC71;
}
.AnyTagClassName
{
color: #A1BC71;
}
</style>
background-color css
<style>
a { background-color: #A1BC71; }
a { background-color: rgb(161,188,113); }
div.DivClassName
{
background-color: #A1BC71;
}
.BgClassName
{
background-color: #A1BC71;
}
</style>
border-color css
<style>
span { border-color: #A1BC71; }
span { border-color: rgb(161,188,113); }
td.TdClassName
{
border-color: #A1BC71;
}
.TagClassName
{
border-color: #A1BC71;
}
</style>