Shades of Olivine #A3BA68
Tints of Olivine #A3BA68
RGB
CMYK
RGB Variations
Color information
#A3BA68 (or 0xA3BA68) is known color: Olivine. HEX triplet: A3, BA and 68. RGB value is (163,186,104). Sum of RGB (Red+Green+Blue) = 163+186+104=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BA68 is #5C4597. Grayscale: #AAAAAA. Windows color (decimal): -6047128 or 6863523. OLE color: 6863523.
HSL color Cylindrical-coordinate representation of color #A3BA68: hue angle of 76.83º 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 #A3BA68 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 104 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.27 |
| HSL | 76.83º | 0.37% | 0.57% | - |
| HSV(B) | 76.83º | 0.44% | 0.73% | - |
| XYZ | 35.16 | 43.9 | 19.72 | - |
| YUV | 169.78 | 90.88 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 104 | 0.12 | 0 | 0.44 | 0.27 | 76.83 | 0.37 | 0.57 |
| Hex | A3 | BA | 68 | C | 0 | 2C | 1B | 4D | 25 | 39 |
| Octal | 243 | 272 | 150 | 14 | 0 | 54 | 33 | 115 | 45 | 71 |
| Binary | 10100011 | 10111010 | 1101000 | 1100 | 0 | 101100 | 11011 | 1001101 | 100101 | 111001 |
Color Harmonies of #A3BA68
Complementary color
Monochromatic Colors of #A3BA68
Black with #A3BA68
Text Example
Text Example
White with #A3BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA68; }
p { color: rgb(163,186,104); }
H1.HeaderClassName
{
color: #A3BA68;
}
.AnyTagClassName
{
color: #A3BA68;
}
</style>
background-color css
<style>
a { background-color: #A3BA68; }
a { background-color: rgb(163,186,104); }
div.DivClassName
{
background-color: #A3BA68;
}
.BgClassName
{
background-color: #A3BA68;
}
</style>
border-color css
<style>
span { border-color: #A3BA68; }
span { border-color: rgb(163,186,104); }
td.TdClassName
{
border-color: #A3BA68;
}
.TagClassName
{
border-color: #A3BA68;
}
</style>