Shades of Olivine #A4C566
Tints of Olivine #A4C566
RGB
CMYK
RGB Variations
Color information
#A4C566 (or 0xA4C566) is known color: Olivine. HEX triplet: A4, C5 and 66. RGB value is (164,197,102). Sum of RGB (Red+Green+Blue) = 164+197+102=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C566 is #5B3A99. Grayscale: #B0B0B0. Windows color (decimal): -5978778 or 6735268. OLE color: 6735268.
HSL color Cylindrical-coordinate representation of color #A4C566: hue angle of 80.84º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4C566 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 197 | 102 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.23 |
| HSL | 80.84º | 0.45% | 0.59% | - |
| HSV(B) | 80.84º | 0.48% | 0.77% | - |
| XYZ | 37.67 | 48.78 | 20 | - |
| YUV | 176.3 | 86.07 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 197 | 102 | 0.17 | 0 | 0.48 | 0.23 | 80.84 | 0.45 | 0.59 |
| Hex | A4 | C5 | 66 | 11 | 0 | 30 | 17 | 51 | 2D | 3B |
| Octal | 244 | 305 | 146 | 21 | 0 | 60 | 27 | 121 | 55 | 73 |
| Binary | 10100100 | 11000101 | 1100110 | 10001 | 0 | 110000 | 10111 | 1010001 | 101101 | 111011 |
Color Harmonies of #A4C566
Complementary color
Monochromatic Colors of #A4C566
Black with #A4C566
Text Example
Text Example
White with #A4C566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C566; }
p { color: rgb(164,197,102); }
H1.HeaderClassName
{
color: #A4C566;
}
.AnyTagClassName
{
color: #A4C566;
}
</style>
background-color css
<style>
a { background-color: #A4C566; }
a { background-color: rgb(164,197,102); }
div.DivClassName
{
background-color: #A4C566;
}
.BgClassName
{
background-color: #A4C566;
}
</style>
border-color css
<style>
span { border-color: #A4C566; }
span { border-color: rgb(164,197,102); }
td.TdClassName
{
border-color: #A4C566;
}
.TagClassName
{
border-color: #A4C566;
}
</style>