Shades of Olivine #A3C276
Tints of Olivine #A3C276
RGB
CMYK
RGB Variations
Color information
#A3C276 (or 0xA3C276) is known color: Olivine. HEX triplet: A3, C2 and 76. RGB value is (163,194,118). Sum of RGB (Red+Green+Blue) = 163+194+118=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C276 is #5C3D89. Grayscale: #B0B0B0. Windows color (decimal): -6045066 or 7783075. OLE color: 7783075.
HSL color Cylindrical-coordinate representation of color #A3C276: hue angle of 84.47º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3C276 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 118 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.24 |
| HSL | 84.47º | 0.38% | 0.61% | - |
| HSV(B) | 84.47º | 0.39% | 0.76% | - |
| XYZ | 37.67 | 47.68 | 24.36 | - |
| YUV | 176.07 | 95.23 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 118 | 0.16 | 0 | 0.39 | 0.24 | 84.47 | 0.38 | 0.61 |
| Hex | A3 | C2 | 76 | 10 | 0 | 27 | 18 | 54 | 26 | 3D |
| Octal | 243 | 302 | 166 | 20 | 0 | 47 | 30 | 124 | 46 | 75 |
| Binary | 10100011 | 11000010 | 1110110 | 10000 | 0 | 100111 | 11000 | 1010100 | 100110 | 111101 |
Color Harmonies of #A3C276
Complementary color
Monochromatic Colors of #A3C276
Black with #A3C276
Text Example
Text Example
White with #A3C276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C276; }
p { color: rgb(163,194,118); }
H1.HeaderClassName
{
color: #A3C276;
}
.AnyTagClassName
{
color: #A3C276;
}
</style>
background-color css
<style>
a { background-color: #A3C276; }
a { background-color: rgb(163,194,118); }
div.DivClassName
{
background-color: #A3C276;
}
.BgClassName
{
background-color: #A3C276;
}
</style>
border-color css
<style>
span { border-color: #A3C276; }
span { border-color: rgb(163,194,118); }
td.TdClassName
{
border-color: #A3C276;
}
.TagClassName
{
border-color: #A3C276;
}
</style>