Shades of Olivine #A3C965
Tints of Olivine #A3C965
RGB
CMYK
RGB Variations
Color information
#A3C965 (or 0xA3C965) is known color: Olivine. HEX triplet: A3, C9 and 65. RGB value is (163,201,101). Sum of RGB (Red+Green+Blue) = 163+201+101=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C965 is #5C369A. Grayscale: #B2B2B2. Windows color (decimal): -6043291 or 6670755. OLE color: 6670755.
HSL color Cylindrical-coordinate representation of color #A3C965: hue angle of 82.8º 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 #A3C965 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 101 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.21 |
| HSL | 82.8º | 0.48% | 0.59% | - |
| HSV(B) | 82.8º | 0.5% | 0.79% | - |
| XYZ | 38.34 | 50.5 | 20.04 | - |
| YUV | 178.24 | 84.41 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 101 | 0.19 | 0 | 0.50 | 0.21 | 82.8 | 0.48 | 0.59 |
| Hex | A3 | C9 | 65 | 13 | 0 | 32 | 15 | 53 | 30 | 3B |
| Octal | 243 | 311 | 145 | 23 | 0 | 62 | 25 | 123 | 60 | 73 |
| Binary | 10100011 | 11001001 | 1100101 | 10011 | 0 | 110010 | 10101 | 1010011 | 110000 | 111011 |
Color Harmonies of #A3C965
Complementary color
Monochromatic Colors of #A3C965
Black with #A3C965
Text Example
Text Example
White with #A3C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C965; }
p { color: rgb(163,201,101); }
H1.HeaderClassName
{
color: #A3C965;
}
.AnyTagClassName
{
color: #A3C965;
}
</style>
background-color css
<style>
a { background-color: #A3C965; }
a { background-color: rgb(163,201,101); }
div.DivClassName
{
background-color: #A3C965;
}
.BgClassName
{
background-color: #A3C965;
}
</style>
border-color css
<style>
span { border-color: #A3C965; }
span { border-color: rgb(163,201,101); }
td.TdClassName
{
border-color: #A3C965;
}
.TagClassName
{
border-color: #A3C965;
}
</style>