Shades of Olivine #A1BA7D
Tints of Olivine #A1BA7D
RGB
CMYK
RGB Variations
Color information
#A1BA7D (or 0xA1BA7D) is known color: Olivine. HEX triplet: A1, BA and 7D. RGB value is (161,186,125). Sum of RGB (Red+Green+Blue) = 161+186+125=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA7D is #5E4582. Grayscale: #ABABAB. Windows color (decimal): -6178179 or 8239777. OLE color: 8239777.
HSL color Cylindrical-coordinate representation of color #A1BA7D: hue angle of 84.59º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1BA7D is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 125 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.27 |
| HSL | 84.59º | 0.31% | 0.61% | - |
| HSV(B) | 84.59º | 0.33% | 0.73% | - |
| XYZ | 35.96 | 44.18 | 26.03 | - |
| YUV | 171.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 125 | 0.13 | 0 | 0.33 | 0.27 | 84.59 | 0.31 | 0.61 |
| Hex | A1 | BA | 7D | D | 0 | 21 | 1B | 55 | 1F | 3D |
| Octal | 241 | 272 | 175 | 15 | 0 | 41 | 33 | 125 | 37 | 75 |
| Binary | 10100001 | 10111010 | 1111101 | 1101 | 0 | 100001 | 11011 | 1010101 | 11111 | 111101 |
Color Harmonies of #A1BA7D
Complementary color
Monochromatic Colors of #A1BA7D
Black with #A1BA7D
Text Example
Text Example
White with #A1BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA7D; }
p { color: rgb(161,186,125); }
H1.HeaderClassName
{
color: #A1BA7D;
}
.AnyTagClassName
{
color: #A1BA7D;
}
</style>
background-color css
<style>
a { background-color: #A1BA7D; }
a { background-color: rgb(161,186,125); }
div.DivClassName
{
background-color: #A1BA7D;
}
.BgClassName
{
background-color: #A1BA7D;
}
</style>
border-color css
<style>
span { border-color: #A1BA7D; }
span { border-color: rgb(161,186,125); }
td.TdClassName
{
border-color: #A1BA7D;
}
.TagClassName
{
border-color: #A1BA7D;
}
</style>