Shades of Olivine #A3BA69
Tints of Olivine #A3BA69
RGB
CMYK
RGB Variations
Color information
#A3BA69 (or 0xA3BA69) is known color: Olivine. HEX triplet: A3, BA and 69. RGB value is (163,186,105). Sum of RGB (Red+Green+Blue) = 163+186+105=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BA69 is #5C4596. Grayscale: #AAAAAA. Windows color (decimal): -6047127 or 6929059. OLE color: 6929059.
HSL color Cylindrical-coordinate representation of color #A3BA69: hue angle of 77.04º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3BA69 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 105 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.27 |
| HSL | 77.04º | 0.37% | 0.57% | - |
| HSV(B) | 77.04º | 0.44% | 0.73% | - |
| XYZ | 35.21 | 43.92 | 19.99 | - |
| YUV | 169.89 | 91.38 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 105 | 0.12 | 0 | 0.44 | 0.27 | 77.04 | 0.37 | 0.57 |
| Hex | A3 | BA | 69 | C | 0 | 2C | 1B | 4D | 25 | 39 |
| Octal | 243 | 272 | 151 | 14 | 0 | 54 | 33 | 115 | 45 | 71 |
| Binary | 10100011 | 10111010 | 1101001 | 1100 | 0 | 101100 | 11011 | 1001101 | 100101 | 111001 |
Color Harmonies of #A3BA69
Complementary color
Monochromatic Colors of #A3BA69
Black with #A3BA69
Text Example
Text Example
White with #A3BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA69; }
p { color: rgb(163,186,105); }
H1.HeaderClassName
{
color: #A3BA69;
}
.AnyTagClassName
{
color: #A3BA69;
}
</style>
background-color css
<style>
a { background-color: #A3BA69; }
a { background-color: rgb(163,186,105); }
div.DivClassName
{
background-color: #A3BA69;
}
.BgClassName
{
background-color: #A3BA69;
}
</style>
border-color css
<style>
span { border-color: #A3BA69; }
span { border-color: rgb(163,186,105); }
td.TdClassName
{
border-color: #A3BA69;
}
.TagClassName
{
border-color: #A3BA69;
}
</style>