Shades of Olivine #A2BC6D
Tints of Olivine #A2BC6D
RGB
CMYK
RGB Variations
Color information
#A2BC6D (or 0xA2BC6D) is known color: Olivine. HEX triplet: A2, BC and 6D. RGB value is (162,188,109). Sum of RGB (Red+Green+Blue) = 162+188+109=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC6D is #5D4392. Grayscale: #ABABAB. Windows color (decimal): -6112147 or 7191714. OLE color: 7191714.
HSL color Cylindrical-coordinate representation of color #A2BC6D: hue angle of 79.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2BC6D is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 109 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.26 |
| HSL | 79.75º | 0.37% | 0.58% | - |
| HSV(B) | 79.75º | 0.42% | 0.74% | - |
| XYZ | 35.64 | 44.75 | 21.23 | - |
| YUV | 171.22 | 92.89 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 109 | 0.14 | 0 | 0.42 | 0.26 | 79.75 | 0.37 | 0.58 |
| Hex | A2 | BC | 6D | E | 0 | 2A | 1A | 50 | 25 | 3A |
| Octal | 242 | 274 | 155 | 16 | 0 | 52 | 32 | 120 | 45 | 72 |
| Binary | 10100010 | 10111100 | 1101101 | 1110 | 0 | 101010 | 11010 | 1010000 | 100101 | 111010 |
Color Harmonies of #A2BC6D
Complementary color
Monochromatic Colors of #A2BC6D
Black with #A2BC6D
Text Example
Text Example
White with #A2BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC6D; }
p { color: rgb(162,188,109); }
H1.HeaderClassName
{
color: #A2BC6D;
}
.AnyTagClassName
{
color: #A2BC6D;
}
</style>
background-color css
<style>
a { background-color: #A2BC6D; }
a { background-color: rgb(162,188,109); }
div.DivClassName
{
background-color: #A2BC6D;
}
.BgClassName
{
background-color: #A2BC6D;
}
</style>
border-color css
<style>
span { border-color: #A2BC6D; }
span { border-color: rgb(162,188,109); }
td.TdClassName
{
border-color: #A2BC6D;
}
.TagClassName
{
border-color: #A2BC6D;
}
</style>