Shades of Olivine #A3C56C
Tints of Olivine #A3C56C
RGB
CMYK
RGB Variations
Color information
#A3C56C (or 0xA3C56C) is known color: Olivine. HEX triplet: A3, C5 and 6C. RGB value is (163,197,108). Sum of RGB (Red+Green+Blue) = 163+197+108=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C56C is #5C3A93. Grayscale: #B1B1B1. Windows color (decimal): -6044308 or 7128483. OLE color: 7128483.
HSL color Cylindrical-coordinate representation of color #A3C56C: hue angle of 82.92º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3C56C is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 108 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.23 |
| HSL | 82.92º | 0.43% | 0.6% | - |
| HSV(B) | 82.92º | 0.45% | 0.77% | - |
| XYZ | 37.78 | 48.8 | 21.62 | - |
| YUV | 176.69 | 89.24 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 108 | 0.17 | 0 | 0.45 | 0.23 | 82.92 | 0.43 | 0.6 |
| Hex | A3 | C5 | 6C | 11 | 0 | 2D | 17 | 53 | 2B | 3C |
| Octal | 243 | 305 | 154 | 21 | 0 | 55 | 27 | 123 | 53 | 74 |
| Binary | 10100011 | 11000101 | 1101100 | 10001 | 0 | 101101 | 10111 | 1010011 | 101011 | 111100 |
Color Harmonies of #A3C56C
Complementary color
Monochromatic Colors of #A3C56C
Black with #A3C56C
Text Example
Text Example
White with #A3C56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C56C; }
p { color: rgb(163,197,108); }
H1.HeaderClassName
{
color: #A3C56C;
}
.AnyTagClassName
{
color: #A3C56C;
}
</style>
background-color css
<style>
a { background-color: #A3C56C; }
a { background-color: rgb(163,197,108); }
div.DivClassName
{
background-color: #A3C56C;
}
.BgClassName
{
background-color: #A3C56C;
}
</style>
border-color css
<style>
span { border-color: #A3C56C; }
span { border-color: rgb(163,197,108); }
td.TdClassName
{
border-color: #A3C56C;
}
.TagClassName
{
border-color: #A3C56C;
}
</style>