Shades of Olivine #A9BE6A
Tints of Olivine #A9BE6A
RGB
CMYK
RGB Variations
Color information
#A9BE6A (or 0xA9BE6A) is known color: Olivine. HEX triplet: A9, BE and 6A. RGB value is (169,190,106). Sum of RGB (Red+Green+Blue) = 169+190+106=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BE6A is #564195. Grayscale: #AEAEAE. Windows color (decimal): -5652886 or 6995625. OLE color: 6995625.
HSL color Cylindrical-coordinate representation of color #A9BE6A: hue angle of 75º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9BE6A is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 190 | 106 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.25 |
| HSL | 75º | 0.39% | 0.58% | - |
| HSV(B) | 75º | 0.44% | 0.75% | - |
| XYZ | 37.38 | 46.3 | 20.6 | - |
| YUV | 174.15 | 89.54 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 106 | 0.11 | 0 | 0.44 | 0.25 | 75 | 0.39 | 0.58 |
| Hex | A9 | BE | 6A | B | 0 | 2C | 19 | 4B | 27 | 3A |
| Octal | 251 | 276 | 152 | 13 | 0 | 54 | 31 | 113 | 47 | 72 |
| Binary | 10101001 | 10111110 | 1101010 | 1011 | 0 | 101100 | 11001 | 1001011 | 100111 | 111010 |
Color Harmonies of #A9BE6A
Complementary color
Monochromatic Colors of #A9BE6A
Black with #A9BE6A
Text Example
Text Example
White with #A9BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BE6A; }
p { color: rgb(169,190,106); }
H1.HeaderClassName
{
color: #A9BE6A;
}
.AnyTagClassName
{
color: #A9BE6A;
}
</style>
background-color css
<style>
a { background-color: #A9BE6A; }
a { background-color: rgb(169,190,106); }
div.DivClassName
{
background-color: #A9BE6A;
}
.BgClassName
{
background-color: #A9BE6A;
}
</style>
border-color css
<style>
span { border-color: #A9BE6A; }
span { border-color: rgb(169,190,106); }
td.TdClassName
{
border-color: #A9BE6A;
}
.TagClassName
{
border-color: #A9BE6A;
}
</style>