Shades of Olivine #A4C462
Tints of Olivine #A4C462
RGB
CMYK
RGB Variations
Color information
#A4C462 (or 0xA4C462) is known color: Olivine. HEX triplet: A4, C4 and 62. RGB value is (164,196,98). Sum of RGB (Red+Green+Blue) = 164+196+98=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C462 is #5B3B9D. Grayscale: #AFAFAF. Windows color (decimal): -5979038 or 6472868. OLE color: 6472868.
HSL color Cylindrical-coordinate representation of color #A4C462: hue angle of 79.59º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4C462 is Cyan = 0.16, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 196 | 98 | - |
| CMYK | 0.16 | 0 | 0.5 | 0.23 |
| HSL | 79.59º | 0.45% | 0.58% | - |
| HSV(B) | 79.59º | 0.5% | 0.77% | - |
| XYZ | 37.25 | 48.25 | 18.91 | - |
| YUV | 175.26 | 84.4 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 196 | 98 | 0.16 | 0 | 0.5 | 0.23 | 79.59 | 0.45 | 0.58 |
| Hex | A4 | C4 | 62 | 10 | 0 | 32 | 17 | 50 | 2D | 3A |
| Octal | 244 | 304 | 142 | 20 | 0 | 62 | 27 | 120 | 55 | 72 |
| Binary | 10100100 | 11000100 | 1100010 | 10000 | 0 | 110010 | 10111 | 1010000 | 101101 | 111010 |
Color Harmonies of #A4C462
Complementary color
Monochromatic Colors of #A4C462
Black with #A4C462
Text Example
Text Example
White with #A4C462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C462; }
p { color: rgb(164,196,98); }
H1.HeaderClassName
{
color: #A4C462;
}
.AnyTagClassName
{
color: #A4C462;
}
</style>
background-color css
<style>
a { background-color: #A4C462; }
a { background-color: rgb(164,196,98); }
div.DivClassName
{
background-color: #A4C462;
}
.BgClassName
{
background-color: #A4C462;
}
</style>
border-color css
<style>
span { border-color: #A4C462; }
span { border-color: rgb(164,196,98); }
td.TdClassName
{
border-color: #A4C462;
}
.TagClassName
{
border-color: #A4C462;
}
</style>