Shades of Olivine #A2BC6C
Tints of Olivine #A2BC6C
RGB
CMYK
RGB Variations
Color information
#A2BC6C (or 0xA2BC6C) is known color: Olivine. HEX triplet: A2, BC and 6C. RGB value is (162,188,108). Sum of RGB (Red+Green+Blue) = 162+188+108=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC6C is #5D4393. Grayscale: #ABABAB. Windows color (decimal): -6112148 or 7126178. OLE color: 7126178.
HSL color Cylindrical-coordinate representation of color #A2BC6C: hue angle of 79.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2BC6C is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 108 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.26 |
| HSL | 79.5º | 0.37% | 0.58% | - |
| HSV(B) | 79.5º | 0.43% | 0.74% | - |
| XYZ | 35.59 | 44.73 | 20.95 | - |
| YUV | 171.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 108 | 0.14 | 0 | 0.43 | 0.26 | 79.5 | 0.37 | 0.58 |
| Hex | A2 | BC | 6C | E | 0 | 2B | 1A | 50 | 25 | 3A |
| Octal | 242 | 274 | 154 | 16 | 0 | 53 | 32 | 120 | 45 | 72 |
| Binary | 10100010 | 10111100 | 1101100 | 1110 | 0 | 101011 | 11010 | 1010000 | 100101 | 111010 |
Color Harmonies of #A2BC6C
Complementary color
Monochromatic Colors of #A2BC6C
Black with #A2BC6C
Text Example
Text Example
White with #A2BC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC6C; }
p { color: rgb(162,188,108); }
H1.HeaderClassName
{
color: #A2BC6C;
}
.AnyTagClassName
{
color: #A2BC6C;
}
</style>
background-color css
<style>
a { background-color: #A2BC6C; }
a { background-color: rgb(162,188,108); }
div.DivClassName
{
background-color: #A2BC6C;
}
.BgClassName
{
background-color: #A2BC6C;
}
</style>
border-color css
<style>
span { border-color: #A2BC6C; }
span { border-color: rgb(162,188,108); }
td.TdClassName
{
border-color: #A2BC6C;
}
.TagClassName
{
border-color: #A2BC6C;
}
</style>