Shades of Olivine #A3C962
Tints of Olivine #A3C962
RGB
CMYK
RGB Variations
Color information
#A3C962 (or 0xA3C962) is known color: Olivine. HEX triplet: A3, C9 and 62. RGB value is (163,201,98). Sum of RGB (Red+Green+Blue) = 163+201+98=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C962 is #5C369D. Grayscale: #B2B2B2. Windows color (decimal): -6043294 or 6474147. OLE color: 6474147.
HSL color Cylindrical-coordinate representation of color #A3C962: hue angle of 82.14º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3C962 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 98 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.21 |
| HSL | 82.14º | 0.49% | 0.59% | - |
| HSV(B) | 82.14º | 0.51% | 0.79% | - |
| XYZ | 38.2 | 50.44 | 19.28 | - |
| YUV | 177.9 | 82.91 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 98 | 0.19 | 0 | 0.51 | 0.21 | 82.14 | 0.49 | 0.59 |
| Hex | A3 | C9 | 62 | 13 | 0 | 33 | 15 | 52 | 31 | 3B |
| Octal | 243 | 311 | 142 | 23 | 0 | 63 | 25 | 122 | 61 | 73 |
| Binary | 10100011 | 11001001 | 1100010 | 10011 | 0 | 110011 | 10101 | 1010010 | 110001 | 111011 |
Color Harmonies of #A3C962
Complementary color
Monochromatic Colors of #A3C962
Black with #A3C962
Text Example
Text Example
White with #A3C962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C962; }
p { color: rgb(163,201,98); }
H1.HeaderClassName
{
color: #A3C962;
}
.AnyTagClassName
{
color: #A3C962;
}
</style>
background-color css
<style>
a { background-color: #A3C962; }
a { background-color: rgb(163,201,98); }
div.DivClassName
{
background-color: #A3C962;
}
.BgClassName
{
background-color: #A3C962;
}
</style>
border-color css
<style>
span { border-color: #A3C962; }
span { border-color: rgb(163,201,98); }
td.TdClassName
{
border-color: #A3C962;
}
.TagClassName
{
border-color: #A3C962;
}
</style>