Shades of Olivine #A3C964
Tints of Olivine #A3C964
RGB
CMYK
RGB Variations
Color information
#A3C964 (or 0xA3C964) is known color: Olivine. HEX triplet: A3, C9 and 64. RGB value is (163,201,100). Sum of RGB (Red+Green+Blue) = 163+201+100=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C964 is #5C369B. Grayscale: #B2B2B2. Windows color (decimal): -6043292 or 6605219. OLE color: 6605219.
HSL color Cylindrical-coordinate representation of color #A3C964: hue angle of 82.57º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3C964 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 100 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.21 |
| HSL | 82.57º | 0.48% | 0.59% | - |
| HSV(B) | 82.57º | 0.5% | 0.79% | - |
| XYZ | 38.29 | 50.48 | 19.78 | - |
| YUV | 178.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 100 | 0.19 | 0 | 0.50 | 0.21 | 82.57 | 0.48 | 0.59 |
| Hex | A3 | C9 | 64 | 13 | 0 | 32 | 15 | 53 | 30 | 3B |
| Octal | 243 | 311 | 144 | 23 | 0 | 62 | 25 | 123 | 60 | 73 |
| Binary | 10100011 | 11001001 | 1100100 | 10011 | 0 | 110010 | 10101 | 1010011 | 110000 | 111011 |
Color Harmonies of #A3C964
Complementary color
Monochromatic Colors of #A3C964
Black with #A3C964
Text Example
Text Example
White with #A3C964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C964; }
p { color: rgb(163,201,100); }
H1.HeaderClassName
{
color: #A3C964;
}
.AnyTagClassName
{
color: #A3C964;
}
</style>
background-color css
<style>
a { background-color: #A3C964; }
a { background-color: rgb(163,201,100); }
div.DivClassName
{
background-color: #A3C964;
}
.BgClassName
{
background-color: #A3C964;
}
</style>
border-color css
<style>
span { border-color: #A3C964; }
span { border-color: rgb(163,201,100); }
td.TdClassName
{
border-color: #A3C964;
}
.TagClassName
{
border-color: #A3C964;
}
</style>