Shades of Olivine #A9BE68
Tints of Olivine #A9BE68
RGB
CMYK
RGB Variations
Color information
#A9BE68 (or 0xA9BE68) is known color: Olivine. HEX triplet: A9, BE and 68. RGB value is (169,190,104). Sum of RGB (Red+Green+Blue) = 169+190+104=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BE68 is #564197. Grayscale: #AEAEAE. Windows color (decimal): -5652888 or 6864553. OLE color: 6864553.
HSL color Cylindrical-coordinate representation of color #A9BE68: hue angle of 74.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A9BE68 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 190 | 104 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.25 |
| HSL | 74.65º | 0.4% | 0.58% | - |
| HSV(B) | 74.65º | 0.45% | 0.75% | - |
| XYZ | 37.27 | 46.26 | 20.06 | - |
| YUV | 173.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 104 | 0.11 | 0 | 0.45 | 0.25 | 74.65 | 0.4 | 0.58 |
| Hex | A9 | BE | 68 | B | 0 | 2D | 19 | 4B | 28 | 3A |
| Octal | 251 | 276 | 150 | 13 | 0 | 55 | 31 | 113 | 50 | 72 |
| Binary | 10101001 | 10111110 | 1101000 | 1011 | 0 | 101101 | 11001 | 1001011 | 101000 | 111010 |
Color Harmonies of #A9BE68
Complementary color
Monochromatic Colors of #A9BE68
Black with #A9BE68
Text Example
Text Example
White with #A9BE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BE68; }
p { color: rgb(169,190,104); }
H1.HeaderClassName
{
color: #A9BE68;
}
.AnyTagClassName
{
color: #A9BE68;
}
</style>
background-color css
<style>
a { background-color: #A9BE68; }
a { background-color: rgb(169,190,104); }
div.DivClassName
{
background-color: #A9BE68;
}
.BgClassName
{
background-color: #A9BE68;
}
</style>
border-color css
<style>
span { border-color: #A9BE68; }
span { border-color: rgb(169,190,104); }
td.TdClassName
{
border-color: #A9BE68;
}
.TagClassName
{
border-color: #A9BE68;
}
</style>