Shades of Olivine #A2BC69
Tints of Olivine #A2BC69
RGB
CMYK
RGB Variations
Color information
#A2BC69 (or 0xA2BC69) is known color: Olivine. HEX triplet: A2, BC and 69. RGB value is (162,188,105). Sum of RGB (Red+Green+Blue) = 162+188+105=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC69 is #5D4396. Grayscale: #ABABAB. Windows color (decimal): -6112151 or 6929570. OLE color: 6929570.
HSL color Cylindrical-coordinate representation of color #A2BC69: hue angle of 78.8º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2BC69 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 105 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.26 |
| HSL | 78.8º | 0.38% | 0.57% | - |
| HSV(B) | 78.8º | 0.44% | 0.74% | - |
| XYZ | 35.43 | 44.67 | 20.12 | - |
| YUV | 170.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 105 | 0.14 | 0 | 0.44 | 0.26 | 78.8 | 0.38 | 0.57 |
| Hex | A2 | BC | 69 | E | 0 | 2C | 1A | 4F | 26 | 39 |
| Octal | 242 | 274 | 151 | 16 | 0 | 54 | 32 | 117 | 46 | 71 |
| Binary | 10100010 | 10111100 | 1101001 | 1110 | 0 | 101100 | 11010 | 1001111 | 100110 | 111001 |
Color Harmonies of #A2BC69
Complementary color
Monochromatic Colors of #A2BC69
Black with #A2BC69
Text Example
Text Example
White with #A2BC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC69; }
p { color: rgb(162,188,105); }
H1.HeaderClassName
{
color: #A2BC69;
}
.AnyTagClassName
{
color: #A2BC69;
}
</style>
background-color css
<style>
a { background-color: #A2BC69; }
a { background-color: rgb(162,188,105); }
div.DivClassName
{
background-color: #A2BC69;
}
.BgClassName
{
background-color: #A2BC69;
}
</style>
border-color css
<style>
span { border-color: #A2BC69; }
span { border-color: rgb(162,188,105); }
td.TdClassName
{
border-color: #A2BC69;
}
.TagClassName
{
border-color: #A2BC69;
}
</style>