Shades of Olivine #A9BC69
Tints of Olivine #A9BC69
RGB
CMYK
RGB Variations
Color information
#A9BC69 (or 0xA9BC69) is known color: Olivine. HEX triplet: A9, BC and 69. RGB value is (169,188,105). Sum of RGB (Red+Green+Blue) = 169+188+105=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BC69 is #564396. Grayscale: #ADADAD. Windows color (decimal): -5653399 or 6929577. OLE color: 6929577.
HSL color Cylindrical-coordinate representation of color #A9BC69: hue angle of 73.73º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9BC69 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 188 | 105 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.26 |
| HSL | 73.73º | 0.38% | 0.57% | - |
| HSV(B) | 73.73º | 0.44% | 0.74% | - |
| XYZ | 36.9 | 45.42 | 20.19 | - |
| YUV | 172.86 | 89.71 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 105 | 0.10 | 0 | 0.44 | 0.26 | 73.73 | 0.38 | 0.57 |
| Hex | A9 | BC | 69 | A | 0 | 2C | 1A | 4A | 26 | 39 |
| Octal | 251 | 274 | 151 | 12 | 0 | 54 | 32 | 112 | 46 | 71 |
| Binary | 10101001 | 10111100 | 1101001 | 1010 | 0 | 101100 | 11010 | 1001010 | 100110 | 111001 |
Color Harmonies of #A9BC69
Complementary color
Monochromatic Colors of #A9BC69
Black with #A9BC69
Text Example
Text Example
White with #A9BC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BC69; }
p { color: rgb(169,188,105); }
H1.HeaderClassName
{
color: #A9BC69;
}
.AnyTagClassName
{
color: #A9BC69;
}
</style>
background-color css
<style>
a { background-color: #A9BC69; }
a { background-color: rgb(169,188,105); }
div.DivClassName
{
background-color: #A9BC69;
}
.BgClassName
{
background-color: #A9BC69;
}
</style>
border-color css
<style>
span { border-color: #A9BC69; }
span { border-color: rgb(169,188,105); }
td.TdClassName
{
border-color: #A9BC69;
}
.TagClassName
{
border-color: #A9BC69;
}
</style>