Shades of Olivine #A8BE6A
Tints of Olivine #A8BE6A
RGB
CMYK
RGB Variations
Color information
#A8BE6A (or 0xA8BE6A) is known color: Olivine. HEX triplet: A8, BE and 6A. RGB value is (168,190,106). Sum of RGB (Red+Green+Blue) = 168+190+106=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BE6A is #574195. Grayscale: #AEAEAE. Windows color (decimal): -5718422 or 6995624. OLE color: 6995624.
HSL color Cylindrical-coordinate representation of color #A8BE6A: hue angle of 75.71º 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 #A8BE6A is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 106 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.25 |
| HSL | 75.71º | 0.39% | 0.58% | - |
| HSV(B) | 75.71º | 0.44% | 0.75% | - |
| XYZ | 37.16 | 46.19 | 20.59 | - |
| YUV | 173.85 | 89.71 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 106 | 0.12 | 0 | 0.44 | 0.25 | 75.71 | 0.39 | 0.58 |
| Hex | A8 | BE | 6A | C | 0 | 2C | 19 | 4C | 27 | 3A |
| Octal | 250 | 276 | 152 | 14 | 0 | 54 | 31 | 114 | 47 | 72 |
| Binary | 10101000 | 10111110 | 1101010 | 1100 | 0 | 101100 | 11001 | 1001100 | 100111 | 111010 |
Color Harmonies of #A8BE6A
Complementary color
Monochromatic Colors of #A8BE6A
Black with #A8BE6A
Text Example
Text Example
White with #A8BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE6A; }
p { color: rgb(168,190,106); }
H1.HeaderClassName
{
color: #A8BE6A;
}
.AnyTagClassName
{
color: #A8BE6A;
}
</style>
background-color css
<style>
a { background-color: #A8BE6A; }
a { background-color: rgb(168,190,106); }
div.DivClassName
{
background-color: #A8BE6A;
}
.BgClassName
{
background-color: #A8BE6A;
}
</style>
border-color css
<style>
span { border-color: #A8BE6A; }
span { border-color: rgb(168,190,106); }
td.TdClassName
{
border-color: #A8BE6A;
}
.TagClassName
{
border-color: #A8BE6A;
}
</style>