Shades of Olivine #A2BC63
Tints of Olivine #A2BC63
RGB
CMYK
RGB Variations
Color information
#A2BC63 (or 0xA2BC63) is known color: Olivine. HEX triplet: A2, BC and 63. RGB value is (162,188,99). Sum of RGB (Red+Green+Blue) = 162+188+99=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC63 is #5D439C. Grayscale: #AAAAAA. Windows color (decimal): -6112157 or 6536354. OLE color: 6536354.
HSL color Cylindrical-coordinate representation of color #A2BC63: hue angle of 77.53º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2BC63 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 99 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.26 |
| HSL | 77.53º | 0.4% | 0.56% | - |
| HSV(B) | 77.53º | 0.47% | 0.74% | - |
| XYZ | 35.14 | 44.55 | 18.55 | - |
| YUV | 170.08 | 87.89 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 99 | 0.14 | 0 | 0.47 | 0.26 | 77.53 | 0.4 | 0.56 |
| Hex | A2 | BC | 63 | E | 0 | 2F | 1A | 4E | 28 | 38 |
| Octal | 242 | 274 | 143 | 16 | 0 | 57 | 32 | 116 | 50 | 70 |
| Binary | 10100010 | 10111100 | 1100011 | 1110 | 0 | 101111 | 11010 | 1001110 | 101000 | 111000 |
Color Harmonies of #A2BC63
Complementary color
Monochromatic Colors of #A2BC63
Black with #A2BC63
Text Example
Text Example
White with #A2BC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC63; }
p { color: rgb(162,188,99); }
H1.HeaderClassName
{
color: #A2BC63;
}
.AnyTagClassName
{
color: #A2BC63;
}
</style>
background-color css
<style>
a { background-color: #A2BC63; }
a { background-color: rgb(162,188,99); }
div.DivClassName
{
background-color: #A2BC63;
}
.BgClassName
{
background-color: #A2BC63;
}
</style>
border-color css
<style>
span { border-color: #A2BC63; }
span { border-color: rgb(162,188,99); }
td.TdClassName
{
border-color: #A2BC63;
}
.TagClassName
{
border-color: #A2BC63;
}
</style>