Shades of Olivine #A8BE65
Tints of Olivine #A8BE65
RGB
CMYK
RGB Variations
Color information
#A8BE65 (or 0xA8BE65) is known color: Olivine. HEX triplet: A8, BE and 65. RGB value is (168,190,101). Sum of RGB (Red+Green+Blue) = 168+190+101=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BE65 is #57419A. Grayscale: #ADADAD. Windows color (decimal): -5718427 or 6667944. OLE color: 6667944.
HSL color Cylindrical-coordinate representation of color #A8BE65: hue angle of 74.83º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8BE65 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 101 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.25 |
| HSL | 74.83º | 0.41% | 0.57% | - |
| HSV(B) | 74.83º | 0.47% | 0.75% | - |
| XYZ | 36.91 | 46.09 | 19.26 | - |
| YUV | 173.28 | 87.21 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 101 | 0.12 | 0 | 0.47 | 0.25 | 74.83 | 0.41 | 0.57 |
| Hex | A8 | BE | 65 | C | 0 | 2F | 19 | 4B | 29 | 39 |
| Octal | 250 | 276 | 145 | 14 | 0 | 57 | 31 | 113 | 51 | 71 |
| Binary | 10101000 | 10111110 | 1100101 | 1100 | 0 | 101111 | 11001 | 1001011 | 101001 | 111001 |
Color Harmonies of #A8BE65
Complementary color
Monochromatic Colors of #A8BE65
Black with #A8BE65
Text Example
Text Example
White with #A8BE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE65; }
p { color: rgb(168,190,101); }
H1.HeaderClassName
{
color: #A8BE65;
}
.AnyTagClassName
{
color: #A8BE65;
}
</style>
background-color css
<style>
a { background-color: #A8BE65; }
a { background-color: rgb(168,190,101); }
div.DivClassName
{
background-color: #A8BE65;
}
.BgClassName
{
background-color: #A8BE65;
}
</style>
border-color css
<style>
span { border-color: #A8BE65; }
span { border-color: rgb(168,190,101); }
td.TdClassName
{
border-color: #A8BE65;
}
.TagClassName
{
border-color: #A8BE65;
}
</style>