Shades of Olivine #A2BF60
Tints of Olivine #A2BF60
RGB
CMYK
RGB Variations
Color information
#A2BF60 (or 0xA2BF60) is known color: Olivine. HEX triplet: A2, BF and 60. RGB value is (162,191,96). Sum of RGB (Red+Green+Blue) = 162+191+96=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BF60 is #5D409F. Grayscale: #ABABAB. Windows color (decimal): -6111392 or 6340514. OLE color: 6340514.
HSL color Cylindrical-coordinate representation of color #A2BF60: hue angle of 78.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2BF60 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
RGB | 162 | 191 | 96 | - |
CMYK | 0.15 | 0 | 0.50 | 0.25 |
HSL | 78.32º | 0.43% | 0.56% | - |
HSV(B) | 78.32º | 0.5% | 0.75% | - |
XYZ | 35.64 | 45.79 | 18.03 | - |
YUV | 171.5 | 85.39 | 121.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 191 | 96 | 0.15 | 0 | 0.50 | 0.25 | 78.32 | 0.43 | 0.56 |
Hex | A2 | BF | 60 | F | 0 | 32 | 19 | 4E | 2B | 38 |
Octal | 242 | 277 | 140 | 17 | 0 | 62 | 31 | 116 | 53 | 70 |
Binary | 10100010 | 10111111 | 1100000 | 1111 | 0 | 110010 | 11001 | 1001110 | 101011 | 111000 |
Color Harmonies of #A2BF60
Complementary color
Monochromatic Colors of #A2BF60
Black with #A2BF60
Text Example
Text Example
White with #A2BF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BF60; }
p { color: rgb(162,191,96); }
H1.HeaderClassName
{
color: #A2BF60;
}
.AnyTagClassName
{
color: #A2BF60;
}
</style>
background-color css
<style>
a { background-color: #A2BF60; }
a { background-color: rgb(162,191,96); }
div.DivClassName
{
background-color: #A2BF60;
}
.BgClassName
{
background-color: #A2BF60;
}
</style>
border-color css
<style>
span { border-color: #A2BF60; }
span { border-color: rgb(162,191,96); }
td.TdClassName
{
border-color: #A2BF60;
}
.TagClassName
{
border-color: #A2BF60;
}
</style>