Shades of Olivine #A2BC65
Tints of Olivine #A2BC65
RGB
CMYK
RGB Variations
Color information
#A2BC65 (or 0xA2BC65) is known color: Olivine. HEX triplet: A2, BC and 65. RGB value is (162,188,101). Sum of RGB (Red+Green+Blue) = 162+188+101=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC65 is #5D439A. Grayscale: #AAAAAA. Windows color (decimal): -6112155 or 6667426. OLE color: 6667426.
HSL color Cylindrical-coordinate representation of color #A2BC65: hue angle of 77.93º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2BC65 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 101 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.26 |
| HSL | 77.93º | 0.39% | 0.57% | - |
| HSV(B) | 77.93º | 0.46% | 0.74% | - |
| XYZ | 35.23 | 44.59 | 19.06 | - |
| YUV | 170.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 101 | 0.14 | 0 | 0.46 | 0.26 | 77.93 | 0.39 | 0.57 |
| Hex | A2 | BC | 65 | E | 0 | 2E | 1A | 4E | 27 | 39 |
| Octal | 242 | 274 | 145 | 16 | 0 | 56 | 32 | 116 | 47 | 71 |
| Binary | 10100010 | 10111100 | 1100101 | 1110 | 0 | 101110 | 11010 | 1001110 | 100111 | 111001 |
Color Harmonies of #A2BC65
Complementary color
Monochromatic Colors of #A2BC65
Black with #A2BC65
Text Example
Text Example
White with #A2BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC65; }
p { color: rgb(162,188,101); }
H1.HeaderClassName
{
color: #A2BC65;
}
.AnyTagClassName
{
color: #A2BC65;
}
</style>
background-color css
<style>
a { background-color: #A2BC65; }
a { background-color: rgb(162,188,101); }
div.DivClassName
{
background-color: #A2BC65;
}
.BgClassName
{
background-color: #A2BC65;
}
</style>
border-color css
<style>
span { border-color: #A2BC65; }
span { border-color: rgb(162,188,101); }
td.TdClassName
{
border-color: #A2BC65;
}
.TagClassName
{
border-color: #A2BC65;
}
</style>