Shades of Olivine #A4CA6C
Tints of Olivine #A4CA6C
RGB
CMYK
RGB Variations
Color information
#A4CA6C (or 0xA4CA6C) is known color: Olivine. HEX triplet: A4, CA and 6C. RGB value is (164,202,108). Sum of RGB (Red+Green+Blue) = 164+202+108=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA6C is #5B3593. Grayscale: #B4B4B4. Windows color (decimal): -5977492 or 7129764. OLE color: 7129764.
HSL color Cylindrical-coordinate representation of color #A4CA6C: hue angle of 84.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4CA6C is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 202 | 108 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.21 |
| HSL | 84.26º | 0.47% | 0.61% | - |
| HSV(B) | 84.26º | 0.47% | 0.79% | - |
| XYZ | 39.14 | 51.22 | 22.01 | - |
| YUV | 179.92 | 87.41 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 108 | 0.19 | 0 | 0.47 | 0.21 | 84.26 | 0.47 | 0.61 |
| Hex | A4 | CA | 6C | 13 | 0 | 2F | 15 | 54 | 2F | 3D |
| Octal | 244 | 312 | 154 | 23 | 0 | 57 | 25 | 124 | 57 | 75 |
| Binary | 10100100 | 11001010 | 1101100 | 10011 | 0 | 101111 | 10101 | 1010100 | 101111 | 111101 |
Color Harmonies of #A4CA6C
Complementary color
Monochromatic Colors of #A4CA6C
Black with #A4CA6C
Text Example
Text Example
White with #A4CA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CA6C; }
p { color: rgb(164,202,108); }
H1.HeaderClassName
{
color: #A4CA6C;
}
.AnyTagClassName
{
color: #A4CA6C;
}
</style>
background-color css
<style>
a { background-color: #A4CA6C; }
a { background-color: rgb(164,202,108); }
div.DivClassName
{
background-color: #A4CA6C;
}
.BgClassName
{
background-color: #A4CA6C;
}
</style>
border-color css
<style>
span { border-color: #A4CA6C; }
span { border-color: rgb(164,202,108); }
td.TdClassName
{
border-color: #A4CA6C;
}
.TagClassName
{
border-color: #A4CA6C;
}
</style>