Shades of Olivine #A3C86C
Tints of Olivine #A3C86C
RGB
CMYK
RGB Variations
Color information
#A3C86C (or 0xA3C86C) is known color: Olivine. HEX triplet: A3, C8 and 6C. RGB value is (163,200,108). Sum of RGB (Red+Green+Blue) = 163+200+108=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C86C is #5C3793. Grayscale: #B2B2B2. Windows color (decimal): -6043540 or 7129251. OLE color: 7129251.
HSL color Cylindrical-coordinate representation of color #A3C86C: hue angle of 84.13º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3C86C is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 200 | 108 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.22 |
| HSL | 84.13º | 0.46% | 0.6% | - |
| HSV(B) | 84.13º | 0.46% | 0.78% | - |
| XYZ | 38.47 | 50.18 | 21.85 | - |
| YUV | 178.45 | 88.24 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 200 | 108 | 0.18 | 0 | 0.46 | 0.22 | 84.13 | 0.46 | 0.6 |
| Hex | A3 | C8 | 6C | 12 | 0 | 2E | 16 | 54 | 2E | 3C |
| Octal | 243 | 310 | 154 | 22 | 0 | 56 | 26 | 124 | 56 | 74 |
| Binary | 10100011 | 11001000 | 1101100 | 10010 | 0 | 101110 | 10110 | 1010100 | 101110 | 111100 |
Color Harmonies of #A3C86C
Complementary color
Monochromatic Colors of #A3C86C
Black with #A3C86C
Text Example
Text Example
White with #A3C86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C86C; }
p { color: rgb(163,200,108); }
H1.HeaderClassName
{
color: #A3C86C;
}
.AnyTagClassName
{
color: #A3C86C;
}
</style>
background-color css
<style>
a { background-color: #A3C86C; }
a { background-color: rgb(163,200,108); }
div.DivClassName
{
background-color: #A3C86C;
}
.BgClassName
{
background-color: #A3C86C;
}
</style>
border-color css
<style>
span { border-color: #A3C86C; }
span { border-color: rgb(163,200,108); }
td.TdClassName
{
border-color: #A3C86C;
}
.TagClassName
{
border-color: #A3C86C;
}
</style>