Shades of Olivine #A2BF64
Tints of Olivine #A2BF64
RGB
CMYK
RGB Variations
Color information
#A2BF64 (or 0xA2BF64) is known color: Olivine. HEX triplet: A2, BF and 64. RGB value is (162,191,100). Sum of RGB (Red+Green+Blue) = 162+191+100=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BF64 is #5D409B. Grayscale: #ACACAC. Windows color (decimal): -6111388 or 6602658. OLE color: 6602658.
HSL color Cylindrical-coordinate representation of color #A2BF64: hue angle of 79.12º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2BF64 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 100 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.25 |
| HSL | 79.12º | 0.42% | 0.57% | - |
| HSV(B) | 79.12º | 0.48% | 0.75% | - |
| XYZ | 35.83 | 45.86 | 19.02 | - |
| YUV | 171.96 | 87.39 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 100 | 0.15 | 0 | 0.48 | 0.25 | 79.12 | 0.42 | 0.57 |
| Hex | A2 | BF | 64 | F | 0 | 30 | 19 | 4F | 2A | 39 |
| Octal | 242 | 277 | 144 | 17 | 0 | 60 | 31 | 117 | 52 | 71 |
| Binary | 10100010 | 10111111 | 1100100 | 1111 | 0 | 110000 | 11001 | 1001111 | 101010 | 111001 |
Color Harmonies of #A2BF64
Complementary color
Monochromatic Colors of #A2BF64
Black with #A2BF64
Text Example
Text Example
White with #A2BF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BF64; }
p { color: rgb(162,191,100); }
H1.HeaderClassName
{
color: #A2BF64;
}
.AnyTagClassName
{
color: #A2BF64;
}
</style>
background-color css
<style>
a { background-color: #A2BF64; }
a { background-color: rgb(162,191,100); }
div.DivClassName
{
background-color: #A2BF64;
}
.BgClassName
{
background-color: #A2BF64;
}
</style>
border-color css
<style>
span { border-color: #A2BF64; }
span { border-color: rgb(162,191,100); }
td.TdClassName
{
border-color: #A2BF64;
}
.TagClassName
{
border-color: #A2BF64;
}
</style>