Shades of Olivine #A2BD60
Tints of Olivine #A2BD60
RGB
CMYK
RGB Variations
Color information
#A2BD60 (or 0xA2BD60) is known color: Olivine. HEX triplet: A2, BD and 60. RGB value is (162,189,96). Sum of RGB (Red+Green+Blue) = 162+189+96=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD60 is #5D429F. Grayscale: #AAAAAA. Windows color (decimal): -6111904 or 6340002. OLE color: 6340002.
HSL color Cylindrical-coordinate representation of color #A2BD60: hue angle of 77.42º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2BD60 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 96 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.26 |
| HSL | 77.42º | 0.41% | 0.56% | - |
| HSV(B) | 77.42º | 0.49% | 0.74% | - |
| XYZ | 35.21 | 44.92 | 17.88 | - |
| YUV | 170.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 96 | 0.14 | 0 | 0.49 | 0.26 | 77.42 | 0.41 | 0.56 |
| Hex | A2 | BD | 60 | E | 0 | 31 | 1A | 4D | 29 | 38 |
| Octal | 242 | 275 | 140 | 16 | 0 | 61 | 32 | 115 | 51 | 70 |
| Binary | 10100010 | 10111101 | 1100000 | 1110 | 0 | 110001 | 11010 | 1001101 | 101001 | 111000 |
Color Harmonies of #A2BD60
Complementary color
Monochromatic Colors of #A2BD60
Black with #A2BD60
Text Example
Text Example
White with #A2BD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD60; }
p { color: rgb(162,189,96); }
H1.HeaderClassName
{
color: #A2BD60;
}
.AnyTagClassName
{
color: #A2BD60;
}
</style>
background-color css
<style>
a { background-color: #A2BD60; }
a { background-color: rgb(162,189,96); }
div.DivClassName
{
background-color: #A2BD60;
}
.BgClassName
{
background-color: #A2BD60;
}
</style>
border-color css
<style>
span { border-color: #A2BD60; }
span { border-color: rgb(162,189,96); }
td.TdClassName
{
border-color: #A2BD60;
}
.TagClassName
{
border-color: #A2BD60;
}
</style>