Shades of Olive Green #A8B156
Tints of Olive Green #A8B156
RGB
CMYK
RGB Variations
Color information
#A8B156 (or 0xA8B156) is known color: Olive Green. HEX triplet: A8, B1 and 56. RGB value is (168,177,86). Sum of RGB (Red+Green+Blue) = 168+177+86=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B156 is #574EA9. Grayscale: #A4A4A4. Windows color (decimal): -5721770 or 5681576. OLE color: 5681576.
HSL color Cylindrical-coordinate representation of color #A8B156: hue angle of 65.93º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8B156 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 177 | 86 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.31 |
| HSL | 65.93º | 0.37% | 0.52% | - |
| HSV(B) | 65.93º | 0.51% | 0.69% | - |
| XYZ | 33.55 | 40.44 | 14.84 | - |
| YUV | 163.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 86 | 0.05 | 0 | 0.51 | 0.31 | 65.93 | 0.37 | 0.52 |
| Hex | A8 | B1 | 56 | 5 | 0 | 33 | 1F | 42 | 25 | 34 |
| Octal | 250 | 261 | 126 | 5 | 0 | 63 | 37 | 102 | 45 | 64 |
| Binary | 10101000 | 10110001 | 1010110 | 101 | 0 | 110011 | 11111 | 1000010 | 100101 | 110100 |
Color Harmonies of #A8B156
Complementary color
Monochromatic Colors of #A8B156
Black with #A8B156
Text Example
Text Example
White with #A8B156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B156; }
p { color: rgb(168,177,86); }
H1.HeaderClassName
{
color: #A8B156;
}
.AnyTagClassName
{
color: #A8B156;
}
</style>
background-color css
<style>
a { background-color: #A8B156; }
a { background-color: rgb(168,177,86); }
div.DivClassName
{
background-color: #A8B156;
}
.BgClassName
{
background-color: #A8B156;
}
</style>
border-color css
<style>
span { border-color: #A8B156; }
span { border-color: rgb(168,177,86); }
td.TdClassName
{
border-color: #A8B156;
}
.TagClassName
{
border-color: #A8B156;
}
</style>