Shades of Olivine #A1BC7D
Tints of Olivine #A1BC7D
RGB
CMYK
RGB Variations
Color information
#A1BC7D (or 0xA1BC7D) is known color: Olivine. HEX triplet: A1, BC and 7D. RGB value is (161,188,125). Sum of RGB (Red+Green+Blue) = 161+188+125=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BC7D is #5E4382. Grayscale: #ACACAC. Windows color (decimal): -6177667 or 8240289. OLE color: 8240289.
HSL color Cylindrical-coordinate representation of color #A1BC7D: hue angle of 85.71º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1BC7D is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 125 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.26 |
| HSL | 85.71º | 0.32% | 0.61% | - |
| HSV(B) | 85.71º | 0.34% | 0.74% | - |
| XYZ | 36.38 | 45.02 | 26.17 | - |
| YUV | 172.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 125 | 0.14 | 0 | 0.34 | 0.26 | 85.71 | 0.32 | 0.61 |
| Hex | A1 | BC | 7D | E | 0 | 22 | 1A | 56 | 20 | 3D |
| Octal | 241 | 274 | 175 | 16 | 0 | 42 | 32 | 126 | 40 | 75 |
| Binary | 10100001 | 10111100 | 1111101 | 1110 | 0 | 100010 | 11010 | 1010110 | 100000 | 111101 |
Color Harmonies of #A1BC7D
Complementary color
Monochromatic Colors of #A1BC7D
Black with #A1BC7D
Text Example
Text Example
White with #A1BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC7D; }
p { color: rgb(161,188,125); }
H1.HeaderClassName
{
color: #A1BC7D;
}
.AnyTagClassName
{
color: #A1BC7D;
}
</style>
background-color css
<style>
a { background-color: #A1BC7D; }
a { background-color: rgb(161,188,125); }
div.DivClassName
{
background-color: #A1BC7D;
}
.BgClassName
{
background-color: #A1BC7D;
}
</style>
border-color css
<style>
span { border-color: #A1BC7D; }
span { border-color: rgb(161,188,125); }
td.TdClassName
{
border-color: #A1BC7D;
}
.TagClassName
{
border-color: #A1BC7D;
}
</style>