Shades of Olivine #A3CA6B
Tints of Olivine #A3CA6B
RGB
CMYK
RGB Variations
Color information
#A3CA6B (or 0xA3CA6B) is known color: Olivine. HEX triplet: A3, CA and 6B. RGB value is (163,202,107). Sum of RGB (Red+Green+Blue) = 163+202+107=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CA6B is #5C3594. Grayscale: #B3B3B3. Windows color (decimal): -6043029 or 7064227. OLE color: 7064227.
HSL color Cylindrical-coordinate representation of color #A3CA6B: hue angle of 84.63º 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 #A3CA6B is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 107 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.21 |
| HSL | 84.63º | 0.47% | 0.61% | - |
| HSV(B) | 84.63º | 0.47% | 0.79% | - |
| XYZ | 38.88 | 51.09 | 21.72 | - |
| YUV | 179.51 | 87.08 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 107 | 0.19 | 0 | 0.47 | 0.21 | 84.63 | 0.47 | 0.61 |
| Hex | A3 | CA | 6B | 13 | 0 | 2F | 15 | 55 | 2F | 3D |
| Octal | 243 | 312 | 153 | 23 | 0 | 57 | 25 | 125 | 57 | 75 |
| Binary | 10100011 | 11001010 | 1101011 | 10011 | 0 | 101111 | 10101 | 1010101 | 101111 | 111101 |
Color Harmonies of #A3CA6B
Complementary color
Monochromatic Colors of #A3CA6B
Black with #A3CA6B
Text Example
Text Example
White with #A3CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA6B; }
p { color: rgb(163,202,107); }
H1.HeaderClassName
{
color: #A3CA6B;
}
.AnyTagClassName
{
color: #A3CA6B;
}
</style>
background-color css
<style>
a { background-color: #A3CA6B; }
a { background-color: rgb(163,202,107); }
div.DivClassName
{
background-color: #A3CA6B;
}
.BgClassName
{
background-color: #A3CA6B;
}
</style>
border-color css
<style>
span { border-color: #A3CA6B; }
span { border-color: rgb(163,202,107); }
td.TdClassName
{
border-color: #A3CA6B;
}
.TagClassName
{
border-color: #A3CA6B;
}
</style>