Shades of Olivine #A8BB6A
Tints of Olivine #A8BB6A
RGB
CMYK
RGB Variations
Color information
#A8BB6A (or 0xA8BB6A) is known color: Olivine. HEX triplet: A8, BB and 6A. RGB value is (168,187,106). Sum of RGB (Red+Green+Blue) = 168+187+106=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB6A is #574495. Grayscale: #ACACAC. Windows color (decimal): -5719190 or 6994856. OLE color: 6994856.
HSL color Cylindrical-coordinate representation of color #A8BB6A: hue angle of 74.07º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8BB6A is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 106 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.27 |
| HSL | 74.07º | 0.37% | 0.57% | - |
| HSV(B) | 74.07º | 0.43% | 0.73% | - |
| XYZ | 36.52 | 44.91 | 20.38 | - |
| YUV | 172.09 | 90.71 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 106 | 0.10 | 0 | 0.43 | 0.27 | 74.07 | 0.37 | 0.57 |
| Hex | A8 | BB | 6A | A | 0 | 2B | 1B | 4A | 25 | 39 |
| Octal | 250 | 273 | 152 | 12 | 0 | 53 | 33 | 112 | 45 | 71 |
| Binary | 10101000 | 10111011 | 1101010 | 1010 | 0 | 101011 | 11011 | 1001010 | 100101 | 111001 |
Color Harmonies of #A8BB6A
Complementary color
Monochromatic Colors of #A8BB6A
Black with #A8BB6A
Text Example
Text Example
White with #A8BB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB6A; }
p { color: rgb(168,187,106); }
H1.HeaderClassName
{
color: #A8BB6A;
}
.AnyTagClassName
{
color: #A8BB6A;
}
</style>
background-color css
<style>
a { background-color: #A8BB6A; }
a { background-color: rgb(168,187,106); }
div.DivClassName
{
background-color: #A8BB6A;
}
.BgClassName
{
background-color: #A8BB6A;
}
</style>
border-color css
<style>
span { border-color: #A8BB6A; }
span { border-color: rgb(168,187,106); }
td.TdClassName
{
border-color: #A8BB6A;
}
.TagClassName
{
border-color: #A8BB6A;
}
</style>