Shades of Olive Green #A6B256
Tints of Olive Green #A6B256
RGB
CMYK
RGB Variations
Color information
#A6B256 (or 0xA6B256) is known color: Olive Green. HEX triplet: A6, B2 and 56. RGB value is (166,178,86). Sum of RGB (Red+Green+Blue) = 166+178+86=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B256 is #594DA9. Grayscale: #A4A4A4. Windows color (decimal): -5852586 or 5681830. OLE color: 5681830.
HSL color Cylindrical-coordinate representation of color #A6B256: hue angle of 67.83º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6B256 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 86 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.30 |
| HSL | 67.83º | 0.37% | 0.52% | - |
| HSV(B) | 67.83º | 0.52% | 0.7% | - |
| XYZ | 33.33 | 40.62 | 14.89 | - |
| YUV | 163.92 | 84.02 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 86 | 0.07 | 0 | 0.52 | 0.30 | 67.83 | 0.37 | 0.52 |
| Hex | A6 | B2 | 56 | 7 | 0 | 34 | 1E | 44 | 25 | 34 |
| Octal | 246 | 262 | 126 | 7 | 0 | 64 | 36 | 104 | 45 | 64 |
| Binary | 10100110 | 10110010 | 1010110 | 111 | 0 | 110100 | 11110 | 1000100 | 100101 | 110100 |
Color Harmonies of #A6B256
Complementary color
Monochromatic Colors of #A6B256
Black with #A6B256
Text Example
Text Example
White with #A6B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B256; }
p { color: rgb(166,178,86); }
H1.HeaderClassName
{
color: #A6B256;
}
.AnyTagClassName
{
color: #A6B256;
}
</style>
background-color css
<style>
a { background-color: #A6B256; }
a { background-color: rgb(166,178,86); }
div.DivClassName
{
background-color: #A6B256;
}
.BgClassName
{
background-color: #A6B256;
}
</style>
border-color css
<style>
span { border-color: #A6B256; }
span { border-color: rgb(166,178,86); }
td.TdClassName
{
border-color: #A6B256;
}
.TagClassName
{
border-color: #A6B256;
}
</style>