Shades of Olivine #A1BA7A
Tints of Olivine #A1BA7A
RGB
CMYK
RGB Variations
Color information
#A1BA7A (or 0xA1BA7A) is known color: Olivine. HEX triplet: A1, BA and 7A. RGB value is (161,186,122). Sum of RGB (Red+Green+Blue) = 161+186+122=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA7A is #5E4585. Grayscale: #ABABAB. Windows color (decimal): -6178182 or 8043169. OLE color: 8043169.
HSL color Cylindrical-coordinate representation of color #A1BA7A: hue angle of 83.44º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1BA7A is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 122 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.27 |
| HSL | 83.44º | 0.32% | 0.6% | - |
| HSV(B) | 83.44º | 0.34% | 0.73% | - |
| XYZ | 35.77 | 44.1 | 25.04 | - |
| YUV | 171.23 | 100.22 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 122 | 0.13 | 0 | 0.34 | 0.27 | 83.44 | 0.32 | 0.6 |
| Hex | A1 | BA | 7A | D | 0 | 22 | 1B | 53 | 20 | 3C |
| Octal | 241 | 272 | 172 | 15 | 0 | 42 | 33 | 123 | 40 | 74 |
| Binary | 10100001 | 10111010 | 1111010 | 1101 | 0 | 100010 | 11011 | 1010011 | 100000 | 111100 |
Color Harmonies of #A1BA7A
Complementary color
Monochromatic Colors of #A1BA7A
Black with #A1BA7A
Text Example
Text Example
White with #A1BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA7A; }
p { color: rgb(161,186,122); }
H1.HeaderClassName
{
color: #A1BA7A;
}
.AnyTagClassName
{
color: #A1BA7A;
}
</style>
background-color css
<style>
a { background-color: #A1BA7A; }
a { background-color: rgb(161,186,122); }
div.DivClassName
{
background-color: #A1BA7A;
}
.BgClassName
{
background-color: #A1BA7A;
}
</style>
border-color css
<style>
span { border-color: #A1BA7A; }
span { border-color: rgb(161,186,122); }
td.TdClassName
{
border-color: #A1BA7A;
}
.TagClassName
{
border-color: #A1BA7A;
}
</style>