Shades of Olivine #A8BD6C
Tints of Olivine #A8BD6C
RGB
CMYK
RGB Variations
Color information
#A8BD6C (or 0xA8BD6C) is known color: Olivine. HEX triplet: A8, BD and 6C. RGB value is (168,189,108). Sum of RGB (Red+Green+Blue) = 168+189+108=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD6C is #574293. Grayscale: #ADADAD. Windows color (decimal): -5718676 or 7126440. OLE color: 7126440.
HSL color Cylindrical-coordinate representation of color #A8BD6C: hue angle of 75.56º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8BD6C is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 108 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.26 |
| HSL | 75.56º | 0.38% | 0.58% | - |
| HSV(B) | 75.56º | 0.43% | 0.74% | - |
| XYZ | 37.05 | 45.8 | 21.08 | - |
| YUV | 173.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 108 | 0.11 | 0 | 0.43 | 0.26 | 75.56 | 0.38 | 0.58 |
| Hex | A8 | BD | 6C | B | 0 | 2B | 1A | 4C | 26 | 3A |
| Octal | 250 | 275 | 154 | 13 | 0 | 53 | 32 | 114 | 46 | 72 |
| Binary | 10101000 | 10111101 | 1101100 | 1011 | 0 | 101011 | 11010 | 1001100 | 100110 | 111010 |
Color Harmonies of #A8BD6C
Complementary color
Monochromatic Colors of #A8BD6C
Black with #A8BD6C
Text Example
Text Example
White with #A8BD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD6C; }
p { color: rgb(168,189,108); }
H1.HeaderClassName
{
color: #A8BD6C;
}
.AnyTagClassName
{
color: #A8BD6C;
}
</style>
background-color css
<style>
a { background-color: #A8BD6C; }
a { background-color: rgb(168,189,108); }
div.DivClassName
{
background-color: #A8BD6C;
}
.BgClassName
{
background-color: #A8BD6C;
}
</style>
border-color css
<style>
span { border-color: #A8BD6C; }
span { border-color: rgb(168,189,108); }
td.TdClassName
{
border-color: #A8BD6C;
}
.TagClassName
{
border-color: #A8BD6C;
}
</style>