Shades of Olivine #A4C561
Tints of Olivine #A4C561
RGB
CMYK
RGB Variations
Color information
#A4C561 (or 0xA4C561) is known color: Olivine. HEX triplet: A4, C5 and 61. RGB value is (164,197,97). Sum of RGB (Red+Green+Blue) = 164+197+97=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C561 is #5B3A9E. Grayscale: #B0B0B0. Windows color (decimal): -5978783 or 6407588. OLE color: 6407588.
HSL color Cylindrical-coordinate representation of color #A4C561: hue angle of 79.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4C561 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 197 | 97 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.23 |
| HSL | 79.8º | 0.46% | 0.58% | - |
| HSV(B) | 79.8º | 0.51% | 0.77% | - |
| XYZ | 37.43 | 48.69 | 18.73 | - |
| YUV | 175.73 | 83.57 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 197 | 97 | 0.17 | 0 | 0.51 | 0.23 | 79.8 | 0.46 | 0.58 |
| Hex | A4 | C5 | 61 | 11 | 0 | 33 | 17 | 50 | 2E | 3A |
| Octal | 244 | 305 | 141 | 21 | 0 | 63 | 27 | 120 | 56 | 72 |
| Binary | 10100100 | 11000101 | 1100001 | 10001 | 0 | 110011 | 10111 | 1010000 | 101110 | 111010 |
Color Harmonies of #A4C561
Complementary color
Monochromatic Colors of #A4C561
Black with #A4C561
Text Example
Text Example
White with #A4C561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C561; }
p { color: rgb(164,197,97); }
H1.HeaderClassName
{
color: #A4C561;
}
.AnyTagClassName
{
color: #A4C561;
}
</style>
background-color css
<style>
a { background-color: #A4C561; }
a { background-color: rgb(164,197,97); }
div.DivClassName
{
background-color: #A4C561;
}
.BgClassName
{
background-color: #A4C561;
}
</style>
border-color css
<style>
span { border-color: #A4C561; }
span { border-color: rgb(164,197,97); }
td.TdClassName
{
border-color: #A4C561;
}
.TagClassName
{
border-color: #A4C561;
}
</style>