Shades of Olivine #A3C461
Tints of Olivine #A3C461
RGB
CMYK
RGB Variations
Color information
#A3C461 (or 0xA3C461) is known color: Olivine. HEX triplet: A3, C4 and 61. RGB value is (163,196,97). Sum of RGB (Red+Green+Blue) = 163+196+97=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C461 is #5C3B9E. Grayscale: #AFAFAF. Windows color (decimal): -6044575 or 6407331. OLE color: 6407331.
HSL color Cylindrical-coordinate representation of color #A3C461: hue angle of 80º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3C461 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 97 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.23 |
| HSL | 80º | 0.46% | 0.57% | - |
| HSV(B) | 80º | 0.51% | 0.77% | - |
| XYZ | 37 | 48.13 | 18.65 | - |
| YUV | 174.85 | 84.07 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 97 | 0.17 | 0 | 0.51 | 0.23 | 80 | 0.46 | 0.57 |
| Hex | A3 | C4 | 61 | 11 | 0 | 33 | 17 | 50 | 2E | 39 |
| Octal | 243 | 304 | 141 | 21 | 0 | 63 | 27 | 120 | 56 | 71 |
| Binary | 10100011 | 11000100 | 1100001 | 10001 | 0 | 110011 | 10111 | 1010000 | 101110 | 111001 |
Color Harmonies of #A3C461
Complementary color
Monochromatic Colors of #A3C461
Black with #A3C461
Text Example
Text Example
White with #A3C461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C461; }
p { color: rgb(163,196,97); }
H1.HeaderClassName
{
color: #A3C461;
}
.AnyTagClassName
{
color: #A3C461;
}
</style>
background-color css
<style>
a { background-color: #A3C461; }
a { background-color: rgb(163,196,97); }
div.DivClassName
{
background-color: #A3C461;
}
.BgClassName
{
background-color: #A3C461;
}
</style>
border-color css
<style>
span { border-color: #A3C461; }
span { border-color: rgb(163,196,97); }
td.TdClassName
{
border-color: #A3C461;
}
.TagClassName
{
border-color: #A3C461;
}
</style>