Shades of Olivine #A2B969
Tints of Olivine #A2B969
RGB
CMYK
RGB Variations
Color information
#A2B969 (or 0xA2B969) is known color: Olivine. HEX triplet: A2, B9 and 69. RGB value is (162,185,105). Sum of RGB (Red+Green+Blue) = 162+185+105=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B969 is #5D4696. Grayscale: #A9A9A9. Windows color (decimal): -6112919 or 6928802. OLE color: 6928802.
HSL color Cylindrical-coordinate representation of color #A2B969: hue angle of 77.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2B969 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 105 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.27 |
| HSL | 77.25º | 0.36% | 0.57% | - |
| HSV(B) | 77.25º | 0.43% | 0.73% | - |
| XYZ | 34.8 | 43.4 | 19.91 | - |
| YUV | 169 | 91.88 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 105 | 0.12 | 0 | 0.43 | 0.27 | 77.25 | 0.36 | 0.57 |
| Hex | A2 | B9 | 69 | C | 0 | 2B | 1B | 4D | 24 | 39 |
| Octal | 242 | 271 | 151 | 14 | 0 | 53 | 33 | 115 | 44 | 71 |
| Binary | 10100010 | 10111001 | 1101001 | 1100 | 0 | 101011 | 11011 | 1001101 | 100100 | 111001 |
Color Harmonies of #A2B969
Complementary color
Monochromatic Colors of #A2B969
Black with #A2B969
Text Example
Text Example
White with #A2B969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B969; }
p { color: rgb(162,185,105); }
H1.HeaderClassName
{
color: #A2B969;
}
.AnyTagClassName
{
color: #A2B969;
}
</style>
background-color css
<style>
a { background-color: #A2B969; }
a { background-color: rgb(162,185,105); }
div.DivClassName
{
background-color: #A2B969;
}
.BgClassName
{
background-color: #A2B969;
}
</style>
border-color css
<style>
span { border-color: #A2B969; }
span { border-color: rgb(162,185,105); }
td.TdClassName
{
border-color: #A2B969;
}
.TagClassName
{
border-color: #A2B969;
}
</style>