Shades of Olivine #A3B86D
Tints of Olivine #A3B86D
RGB
CMYK
RGB Variations
Color information
#A3B86D (or 0xA3B86D) is known color: Olivine. HEX triplet: A3, B8 and 6D. RGB value is (163,184,109). Sum of RGB (Red+Green+Blue) = 163+184+109=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B86D is #5C4792. Grayscale: #A9A9A9. Windows color (decimal): -6047635 or 7190691. OLE color: 7190691.
HSL color Cylindrical-coordinate representation of color #A3B86D: hue angle of 76.8º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3B86D is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 184 | 109 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.28 |
| HSL | 76.8º | 0.35% | 0.57% | - |
| HSV(B) | 76.8º | 0.41% | 0.72% | - |
| XYZ | 35.01 | 43.17 | 20.96 | - |
| YUV | 169.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 184 | 109 | 0.11 | 0 | 0.41 | 0.28 | 76.8 | 0.35 | 0.57 |
| Hex | A3 | B8 | 6D | B | 0 | 29 | 1C | 4D | 23 | 39 |
| Octal | 243 | 270 | 155 | 13 | 0 | 51 | 34 | 115 | 43 | 71 |
| Binary | 10100011 | 10111000 | 1101101 | 1011 | 0 | 101001 | 11100 | 1001101 | 100011 | 111001 |
Color Harmonies of #A3B86D
Complementary color
Monochromatic Colors of #A3B86D
Black with #A3B86D
Text Example
Text Example
White with #A3B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B86D; }
p { color: rgb(163,184,109); }
H1.HeaderClassName
{
color: #A3B86D;
}
.AnyTagClassName
{
color: #A3B86D;
}
</style>
background-color css
<style>
a { background-color: #A3B86D; }
a { background-color: rgb(163,184,109); }
div.DivClassName
{
background-color: #A3B86D;
}
.BgClassName
{
background-color: #A3B86D;
}
</style>
border-color css
<style>
span { border-color: #A3B86D; }
span { border-color: rgb(163,184,109); }
td.TdClassName
{
border-color: #A3B86D;
}
.TagClassName
{
border-color: #A3B86D;
}
</style>