Shades of Olivine #A0BE5E
Tints of Olivine #A0BE5E
RGB
CMYK
RGB Variations
Color information
#A0BE5E (or 0xA0BE5E) is known color: Olivine. HEX triplet: A0, BE and 5E. RGB value is (160,190,94). Sum of RGB (Red+Green+Blue) = 160+190+94=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE5E is #5F41A1. Grayscale: #AAAAAA. Windows color (decimal): -6242722 or 6209184. OLE color: 6209184.
HSL color Cylindrical-coordinate representation of color #A0BE5E: hue angle of 78.75º degrees, saturation: 0.42, 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 #A0BE5E is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 94 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.25 |
| HSL | 78.75º | 0.42% | 0.56% | - |
| HSV(B) | 78.75º | 0.51% | 0.75% | - |
| XYZ | 34.93 | 45.11 | 17.46 | - |
| YUV | 170.09 | 85.06 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 94 | 0.16 | 0 | 0.51 | 0.25 | 78.75 | 0.42 | 0.56 |
| Hex | A0 | BE | 5E | 10 | 0 | 33 | 19 | 4F | 2A | 38 |
| Octal | 240 | 276 | 136 | 20 | 0 | 63 | 31 | 117 | 52 | 70 |
| Binary | 10100000 | 10111110 | 1011110 | 10000 | 0 | 110011 | 11001 | 1001111 | 101010 | 111000 |
Color Harmonies of #A0BE5E
Complementary color
Monochromatic Colors of #A0BE5E
Black with #A0BE5E
Text Example
Text Example
White with #A0BE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE5E; }
p { color: rgb(160,190,94); }
H1.HeaderClassName
{
color: #A0BE5E;
}
.AnyTagClassName
{
color: #A0BE5E;
}
</style>
background-color css
<style>
a { background-color: #A0BE5E; }
a { background-color: rgb(160,190,94); }
div.DivClassName
{
background-color: #A0BE5E;
}
.BgClassName
{
background-color: #A0BE5E;
}
</style>
border-color css
<style>
span { border-color: #A0BE5E; }
span { border-color: rgb(160,190,94); }
td.TdClassName
{
border-color: #A0BE5E;
}
.TagClassName
{
border-color: #A0BE5E;
}
</style>