Shades of Olivine #A4C56C
Tints of Olivine #A4C56C
RGB
CMYK
RGB Variations
Color information
#A4C56C (or 0xA4C56C) is known color: Olivine. HEX triplet: A4, C5 and 6C. RGB value is (164,197,108). Sum of RGB (Red+Green+Blue) = 164+197+108=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C56C is #5B3A93. Grayscale: #B1B1B1. Windows color (decimal): -5978772 or 7128484. OLE color: 7128484.
HSL color Cylindrical-coordinate representation of color #A4C56C: hue angle of 82.25º 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 #A4C56C is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 197 | 108 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.23 |
| HSL | 82.25º | 0.43% | 0.6% | - |
| HSV(B) | 82.25º | 0.45% | 0.77% | - |
| XYZ | 37.98 | 48.91 | 21.63 | - |
| YUV | 176.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 197 | 108 | 0.17 | 0 | 0.45 | 0.23 | 82.25 | 0.43 | 0.6 |
| Hex | A4 | C5 | 6C | 11 | 0 | 2D | 17 | 52 | 2B | 3C |
| Octal | 244 | 305 | 154 | 21 | 0 | 55 | 27 | 122 | 53 | 74 |
| Binary | 10100100 | 11000101 | 1101100 | 10001 | 0 | 101101 | 10111 | 1010010 | 101011 | 111100 |
Color Harmonies of #A4C56C
Complementary color
Monochromatic Colors of #A4C56C
Black with #A4C56C
Text Example
Text Example
White with #A4C56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C56C; }
p { color: rgb(164,197,108); }
H1.HeaderClassName
{
color: #A4C56C;
}
.AnyTagClassName
{
color: #A4C56C;
}
</style>
background-color css
<style>
a { background-color: #A4C56C; }
a { background-color: rgb(164,197,108); }
div.DivClassName
{
background-color: #A4C56C;
}
.BgClassName
{
background-color: #A4C56C;
}
</style>
border-color css
<style>
span { border-color: #A4C56C; }
span { border-color: rgb(164,197,108); }
td.TdClassName
{
border-color: #A4C56C;
}
.TagClassName
{
border-color: #A4C56C;
}
</style>