Shades of Olivine #A3C46C
Tints of Olivine #A3C46C
RGB
CMYK
RGB Variations
Color information
#A3C46C (or 0xA3C46C) is known color: Olivine. HEX triplet: A3, C4 and 6C. RGB value is (163,196,108). Sum of RGB (Red+Green+Blue) = 163+196+108=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C46C is #5C3B93. Grayscale: #B0B0B0. Windows color (decimal): -6044564 or 7128227. OLE color: 7128227.
HSL color Cylindrical-coordinate representation of color #A3C46C: hue angle of 82.5º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3C46C is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 108 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.23 |
| HSL | 82.5º | 0.43% | 0.6% | - |
| HSV(B) | 82.5º | 0.45% | 0.77% | - |
| XYZ | 37.55 | 48.35 | 21.54 | - |
| YUV | 176.1 | 89.57 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 108 | 0.17 | 0 | 0.45 | 0.23 | 82.5 | 0.43 | 0.6 |
| Hex | A3 | C4 | 6C | 11 | 0 | 2D | 17 | 52 | 2B | 3C |
| Octal | 243 | 304 | 154 | 21 | 0 | 55 | 27 | 122 | 53 | 74 |
| Binary | 10100011 | 11000100 | 1101100 | 10001 | 0 | 101101 | 10111 | 1010010 | 101011 | 111100 |
Color Harmonies of #A3C46C
Complementary color
Monochromatic Colors of #A3C46C
Black with #A3C46C
Text Example
Text Example
White with #A3C46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C46C; }
p { color: rgb(163,196,108); }
H1.HeaderClassName
{
color: #A3C46C;
}
.AnyTagClassName
{
color: #A3C46C;
}
</style>
background-color css
<style>
a { background-color: #A3C46C; }
a { background-color: rgb(163,196,108); }
div.DivClassName
{
background-color: #A3C46C;
}
.BgClassName
{
background-color: #A3C46C;
}
</style>
border-color css
<style>
span { border-color: #A3C46C; }
span { border-color: rgb(163,196,108); }
td.TdClassName
{
border-color: #A3C46C;
}
.TagClassName
{
border-color: #A3C46C;
}
</style>