Shades of Olivine #A2C56B
Tints of Olivine #A2C56B
RGB
CMYK
RGB Variations
Color information
#A2C56B (or 0xA2C56B) is known color: Olivine. HEX triplet: A2, C5 and 6B. RGB value is (162,197,107). Sum of RGB (Red+Green+Blue) = 162+197+107=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C56B is #5D3A94. Grayscale: #B0B0B0. Windows color (decimal): -6109845 or 7062946. OLE color: 7062946.
HSL color Cylindrical-coordinate representation of color #A2C56B: hue angle of 83.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2C56B is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 107 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.23 |
| HSL | 83.33º | 0.44% | 0.6% | - |
| HSV(B) | 83.33º | 0.46% | 0.77% | - |
| XYZ | 37.52 | 48.68 | 21.33 | - |
| YUV | 176.28 | 88.9 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 107 | 0.18 | 0 | 0.46 | 0.23 | 83.33 | 0.44 | 0.6 |
| Hex | A2 | C5 | 6B | 12 | 0 | 2E | 17 | 53 | 2C | 3C |
| Octal | 242 | 305 | 153 | 22 | 0 | 56 | 27 | 123 | 54 | 74 |
| Binary | 10100010 | 11000101 | 1101011 | 10010 | 0 | 101110 | 10111 | 1010011 | 101100 | 111100 |
Color Harmonies of #A2C56B
Complementary color
Monochromatic Colors of #A2C56B
Black with #A2C56B
Text Example
Text Example
White with #A2C56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C56B; }
p { color: rgb(162,197,107); }
H1.HeaderClassName
{
color: #A2C56B;
}
.AnyTagClassName
{
color: #A2C56B;
}
</style>
background-color css
<style>
a { background-color: #A2C56B; }
a { background-color: rgb(162,197,107); }
div.DivClassName
{
background-color: #A2C56B;
}
.BgClassName
{
background-color: #A2C56B;
}
</style>
border-color css
<style>
span { border-color: #A2C56B; }
span { border-color: rgb(162,197,107); }
td.TdClassName
{
border-color: #A2C56B;
}
.TagClassName
{
border-color: #A2C56B;
}
</style>