Shades of Olivine #A1BA7B
Tints of Olivine #A1BA7B
RGB
CMYK
RGB Variations
Color information
#A1BA7B (or 0xA1BA7B) is known color: Olivine. HEX triplet: A1, BA and 7B. RGB value is (161,186,123). Sum of RGB (Red+Green+Blue) = 161+186+123=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA7B is #5E4584. Grayscale: #ABABAB. Windows color (decimal): -6178181 or 8108705. OLE color: 8108705.
HSL color Cylindrical-coordinate representation of color #A1BA7B: hue angle of 83.81º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1BA7B is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 123 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.27 |
| HSL | 83.81º | 0.31% | 0.61% | - |
| HSV(B) | 83.81º | 0.34% | 0.73% | - |
| XYZ | 35.83 | 44.12 | 25.37 | - |
| YUV | 171.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 123 | 0.13 | 0 | 0.34 | 0.27 | 83.81 | 0.31 | 0.61 |
| Hex | A1 | BA | 7B | D | 0 | 22 | 1B | 54 | 1F | 3D |
| Octal | 241 | 272 | 173 | 15 | 0 | 42 | 33 | 124 | 37 | 75 |
| Binary | 10100001 | 10111010 | 1111011 | 1101 | 0 | 100010 | 11011 | 1010100 | 11111 | 111101 |
Color Harmonies of #A1BA7B
Complementary color
Monochromatic Colors of #A1BA7B
Black with #A1BA7B
Text Example
Text Example
White with #A1BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA7B; }
p { color: rgb(161,186,123); }
H1.HeaderClassName
{
color: #A1BA7B;
}
.AnyTagClassName
{
color: #A1BA7B;
}
</style>
background-color css
<style>
a { background-color: #A1BA7B; }
a { background-color: rgb(161,186,123); }
div.DivClassName
{
background-color: #A1BA7B;
}
.BgClassName
{
background-color: #A1BA7B;
}
</style>
border-color css
<style>
span { border-color: #A1BA7B; }
span { border-color: rgb(161,186,123); }
td.TdClassName
{
border-color: #A1BA7B;
}
.TagClassName
{
border-color: #A1BA7B;
}
</style>