Shades of Olivine #A2BC64
Tints of Olivine #A2BC64
RGB
CMYK
RGB Variations
Color information
#A2BC64 (or 0xA2BC64) is known color: Olivine. HEX triplet: A2, BC and 64. RGB value is (162,188,100). Sum of RGB (Red+Green+Blue) = 162+188+100=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC64 is #5D439B. Grayscale: #AAAAAA. Windows color (decimal): -6112156 or 6601890. OLE color: 6601890.
HSL color Cylindrical-coordinate representation of color #A2BC64: hue angle of 77.73º 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 #A2BC64 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 100 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.26 |
| HSL | 77.73º | 0.4% | 0.56% | - |
| HSV(B) | 77.73º | 0.47% | 0.74% | - |
| XYZ | 35.18 | 44.57 | 18.8 | - |
| YUV | 170.19 | 88.39 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 100 | 0.14 | 0 | 0.47 | 0.26 | 77.73 | 0.4 | 0.56 |
| Hex | A2 | BC | 64 | E | 0 | 2F | 1A | 4E | 28 | 38 |
| Octal | 242 | 274 | 144 | 16 | 0 | 57 | 32 | 116 | 50 | 70 |
| Binary | 10100010 | 10111100 | 1100100 | 1110 | 0 | 101111 | 11010 | 1001110 | 101000 | 111000 |
Color Harmonies of #A2BC64
Complementary color
Monochromatic Colors of #A2BC64
Black with #A2BC64
Text Example
Text Example
White with #A2BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC64; }
p { color: rgb(162,188,100); }
H1.HeaderClassName
{
color: #A2BC64;
}
.AnyTagClassName
{
color: #A2BC64;
}
</style>
background-color css
<style>
a { background-color: #A2BC64; }
a { background-color: rgb(162,188,100); }
div.DivClassName
{
background-color: #A2BC64;
}
.BgClassName
{
background-color: #A2BC64;
}
</style>
border-color css
<style>
span { border-color: #A2BC64; }
span { border-color: rgb(162,188,100); }
td.TdClassName
{
border-color: #A2BC64;
}
.TagClassName
{
border-color: #A2BC64;
}
</style>