Shades of Olivine #A2BA7C
Tints of Olivine #A2BA7C
RGB
CMYK
RGB Variations
Color information
#A2BA7C (or 0xA2BA7C) is known color: Olivine. HEX triplet: A2, BA and 7C. RGB value is (162,186,124). Sum of RGB (Red+Green+Blue) = 162+186+124=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA7C is #5D4583. Grayscale: #ABABAB. Windows color (decimal): -6112644 or 8174242. OLE color: 8174242.
HSL color Cylindrical-coordinate representation of color #A2BA7C: hue angle of 83.23º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2BA7C is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 124 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.27 |
| HSL | 83.23º | 0.31% | 0.61% | - |
| HSV(B) | 83.23º | 0.33% | 0.73% | - |
| XYZ | 36.1 | 44.25 | 25.71 | - |
| YUV | 171.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 124 | 0.13 | 0 | 0.33 | 0.27 | 83.23 | 0.31 | 0.61 |
| Hex | A2 | BA | 7C | D | 0 | 21 | 1B | 53 | 1F | 3D |
| Octal | 242 | 272 | 174 | 15 | 0 | 41 | 33 | 123 | 37 | 75 |
| Binary | 10100010 | 10111010 | 1111100 | 1101 | 0 | 100001 | 11011 | 1010011 | 11111 | 111101 |
Color Harmonies of #A2BA7C
Complementary color
Monochromatic Colors of #A2BA7C
Black with #A2BA7C
Text Example
Text Example
White with #A2BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA7C; }
p { color: rgb(162,186,124); }
H1.HeaderClassName
{
color: #A2BA7C;
}
.AnyTagClassName
{
color: #A2BA7C;
}
</style>
background-color css
<style>
a { background-color: #A2BA7C; }
a { background-color: rgb(162,186,124); }
div.DivClassName
{
background-color: #A2BA7C;
}
.BgClassName
{
background-color: #A2BA7C;
}
</style>
border-color css
<style>
span { border-color: #A2BA7C; }
span { border-color: rgb(162,186,124); }
td.TdClassName
{
border-color: #A2BA7C;
}
.TagClassName
{
border-color: #A2BA7C;
}
</style>