Shades of Olivine #A4CA6B
Tints of Olivine #A4CA6B
RGB
CMYK
RGB Variations
Color information
#A4CA6B (or 0xA4CA6B) is known color: Olivine. HEX triplet: A4, CA and 6B. RGB value is (164,202,107). Sum of RGB (Red+Green+Blue) = 164+202+107=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA6B is #5B3594. Grayscale: #B4B4B4. Windows color (decimal): -5977493 or 7064228. OLE color: 7064228.
HSL color Cylindrical-coordinate representation of color #A4CA6B: hue angle of 84º 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 #A4CA6B is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 202 | 107 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.21 |
| HSL | 84º | 0.47% | 0.61% | - |
| HSV(B) | 84º | 0.47% | 0.79% | - |
| XYZ | 39.08 | 51.2 | 21.73 | - |
| YUV | 179.81 | 86.91 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 107 | 0.19 | 0 | 0.47 | 0.21 | 84 | 0.47 | 0.61 |
| Hex | A4 | CA | 6B | 13 | 0 | 2F | 15 | 54 | 2F | 3D |
| Octal | 244 | 312 | 153 | 23 | 0 | 57 | 25 | 124 | 57 | 75 |
| Binary | 10100100 | 11001010 | 1101011 | 10011 | 0 | 101111 | 10101 | 1010100 | 101111 | 111101 |
Color Harmonies of #A4CA6B
Complementary color
Monochromatic Colors of #A4CA6B
Black with #A4CA6B
Text Example
Text Example
White with #A4CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CA6B; }
p { color: rgb(164,202,107); }
H1.HeaderClassName
{
color: #A4CA6B;
}
.AnyTagClassName
{
color: #A4CA6B;
}
</style>
background-color css
<style>
a { background-color: #A4CA6B; }
a { background-color: rgb(164,202,107); }
div.DivClassName
{
background-color: #A4CA6B;
}
.BgClassName
{
background-color: #A4CA6B;
}
</style>
border-color css
<style>
span { border-color: #A4CA6B; }
span { border-color: rgb(164,202,107); }
td.TdClassName
{
border-color: #A4CA6B;
}
.TagClassName
{
border-color: #A4CA6B;
}
</style>