Shades of Olivine #A2C177
Tints of Olivine #A2C177
RGB
CMYK
RGB Variations
Color information
#A2C177 (or 0xA2C177) is known color: Olivine. HEX triplet: A2, C1 and 77. RGB value is (162,193,119). Sum of RGB (Red+Green+Blue) = 162+193+119=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C177 is #5D3E88. Grayscale: #AFAFAF. Windows color (decimal): -6110857 or 7848354. OLE color: 7848354.
HSL color Cylindrical-coordinate representation of color #A2C177: hue angle of 85.14º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2C177 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 119 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.24 |
| HSL | 85.14º | 0.37% | 0.61% | - |
| HSV(B) | 85.14º | 0.38% | 0.76% | - |
| XYZ | 37.3 | 47.15 | 24.59 | - |
| YUV | 175.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 119 | 0.16 | 0 | 0.38 | 0.24 | 85.14 | 0.37 | 0.61 |
| Hex | A2 | C1 | 77 | 10 | 0 | 26 | 18 | 55 | 25 | 3D |
| Octal | 242 | 301 | 167 | 20 | 0 | 46 | 30 | 125 | 45 | 75 |
| Binary | 10100010 | 11000001 | 1110111 | 10000 | 0 | 100110 | 11000 | 1010101 | 100101 | 111101 |
Color Harmonies of #A2C177
Complementary color
Monochromatic Colors of #A2C177
Black with #A2C177
Text Example
Text Example
White with #A2C177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C177; }
p { color: rgb(162,193,119); }
H1.HeaderClassName
{
color: #A2C177;
}
.AnyTagClassName
{
color: #A2C177;
}
</style>
background-color css
<style>
a { background-color: #A2C177; }
a { background-color: rgb(162,193,119); }
div.DivClassName
{
background-color: #A2C177;
}
.BgClassName
{
background-color: #A2C177;
}
</style>
border-color css
<style>
span { border-color: #A2C177; }
span { border-color: rgb(162,193,119); }
td.TdClassName
{
border-color: #A2C177;
}
.TagClassName
{
border-color: #A2C177;
}
</style>