Shades of Olivine #A1BC6E
Tints of Olivine #A1BC6E
RGB
CMYK
RGB Variations
Color information
#A1BC6E (or 0xA1BC6E) is known color: Olivine. HEX triplet: A1, BC and 6E. RGB value is (161,188,110). Sum of RGB (Red+Green+Blue) = 161+188+110=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BC6E is #5E4391. Grayscale: #ABABAB. Windows color (decimal): -6177682 or 7257249. OLE color: 7257249.
HSL color Cylindrical-coordinate representation of color #A1BC6E: hue angle of 80.77º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1BC6E is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 110 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.26 |
| HSL | 80.77º | 0.37% | 0.58% | - |
| HSV(B) | 80.77º | 0.41% | 0.74% | - |
| XYZ | 35.5 | 44.67 | 21.5 | - |
| YUV | 171.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 110 | 0.14 | 0 | 0.41 | 0.26 | 80.77 | 0.37 | 0.58 |
| Hex | A1 | BC | 6E | E | 0 | 29 | 1A | 51 | 25 | 3A |
| Octal | 241 | 274 | 156 | 16 | 0 | 51 | 32 | 121 | 45 | 72 |
| Binary | 10100001 | 10111100 | 1101110 | 1110 | 0 | 101001 | 11010 | 1010001 | 100101 | 111010 |
Color Harmonies of #A1BC6E
Complementary color
Monochromatic Colors of #A1BC6E
Black with #A1BC6E
Text Example
Text Example
White with #A1BC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC6E; }
p { color: rgb(161,188,110); }
H1.HeaderClassName
{
color: #A1BC6E;
}
.AnyTagClassName
{
color: #A1BC6E;
}
</style>
background-color css
<style>
a { background-color: #A1BC6E; }
a { background-color: rgb(161,188,110); }
div.DivClassName
{
background-color: #A1BC6E;
}
.BgClassName
{
background-color: #A1BC6E;
}
</style>
border-color css
<style>
span { border-color: #A1BC6E; }
span { border-color: rgb(161,188,110); }
td.TdClassName
{
border-color: #A1BC6E;
}
.TagClassName
{
border-color: #A1BC6E;
}
</style>