Shades of Olivine #A3C262
Tints of Olivine #A3C262
RGB
CMYK
RGB Variations
Color information
#A3C262 (or 0xA3C262) is known color: Olivine. HEX triplet: A3, C2 and 62. RGB value is (163,194,98). Sum of RGB (Red+Green+Blue) = 163+194+98=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C262 is #5C3D9D. Grayscale: #AEAEAE. Windows color (decimal): -6045086 or 6472355. OLE color: 6472355.
HSL color Cylindrical-coordinate representation of color #A3C262: hue angle of 79.38º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3C262 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 98 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.24 |
| HSL | 79.38º | 0.44% | 0.57% | - |
| HSV(B) | 79.38º | 0.49% | 0.76% | - |
| XYZ | 36.6 | 47.25 | 18.75 | - |
| YUV | 173.79 | 85.23 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 98 | 0.16 | 0 | 0.49 | 0.24 | 79.38 | 0.44 | 0.57 |
| Hex | A3 | C2 | 62 | 10 | 0 | 31 | 18 | 4F | 2C | 39 |
| Octal | 243 | 302 | 142 | 20 | 0 | 61 | 30 | 117 | 54 | 71 |
| Binary | 10100011 | 11000010 | 1100010 | 10000 | 0 | 110001 | 11000 | 1001111 | 101100 | 111001 |
Color Harmonies of #A3C262
Complementary color
Monochromatic Colors of #A3C262
Black with #A3C262
Text Example
Text Example
White with #A3C262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C262; }
p { color: rgb(163,194,98); }
H1.HeaderClassName
{
color: #A3C262;
}
.AnyTagClassName
{
color: #A3C262;
}
</style>
background-color css
<style>
a { background-color: #A3C262; }
a { background-color: rgb(163,194,98); }
div.DivClassName
{
background-color: #A3C262;
}
.BgClassName
{
background-color: #A3C262;
}
</style>
border-color css
<style>
span { border-color: #A3C262; }
span { border-color: rgb(163,194,98); }
td.TdClassName
{
border-color: #A3C262;
}
.TagClassName
{
border-color: #A3C262;
}
</style>