Shades of Olivine #A2BF5D
Tints of Olivine #A2BF5D
RGB
CMYK
RGB Variations
Color information
#A2BF5D (or 0xA2BF5D) is known color: Olivine. HEX triplet: A2, BF and 5D. RGB value is (162,191,93). Sum of RGB (Red+Green+Blue) = 162+191+93=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BF5D is #5D40A2. Grayscale: #ABABAB. Windows color (decimal): -6111395 or 6143906. OLE color: 6143906.
HSL color Cylindrical-coordinate representation of color #A2BF5D: hue angle of 77.76º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2BF5D is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 93 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.25 |
| HSL | 77.76º | 0.43% | 0.56% | - |
| HSV(B) | 77.76º | 0.51% | 0.75% | - |
| XYZ | 35.51 | 45.73 | 17.31 | - |
| YUV | 171.16 | 83.89 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 93 | 0.15 | 0 | 0.51 | 0.25 | 77.76 | 0.43 | 0.56 |
| Hex | A2 | BF | 5D | F | 0 | 33 | 19 | 4E | 2B | 38 |
| Octal | 242 | 277 | 135 | 17 | 0 | 63 | 31 | 116 | 53 | 70 |
| Binary | 10100010 | 10111111 | 1011101 | 1111 | 0 | 110011 | 11001 | 1001110 | 101011 | 111000 |
Color Harmonies of #A2BF5D
Complementary color
Monochromatic Colors of #A2BF5D
Black with #A2BF5D
Text Example
Text Example
White with #A2BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BF5D; }
p { color: rgb(162,191,93); }
H1.HeaderClassName
{
color: #A2BF5D;
}
.AnyTagClassName
{
color: #A2BF5D;
}
</style>
background-color css
<style>
a { background-color: #A2BF5D; }
a { background-color: rgb(162,191,93); }
div.DivClassName
{
background-color: #A2BF5D;
}
.BgClassName
{
background-color: #A2BF5D;
}
</style>
border-color css
<style>
span { border-color: #A2BF5D; }
span { border-color: rgb(162,191,93); }
td.TdClassName
{
border-color: #A2BF5D;
}
.TagClassName
{
border-color: #A2BF5D;
}
</style>