Shades of Olive Green #B6AC55
Tints of Olive Green #B6AC55
RGB
CMYK
RGB Variations
Color information
#B6AC55 (or 0xB6AC55) is known color: Olive Green. HEX triplet: B6, AC and 55. RGB value is (182,172,85). Sum of RGB (Red+Green+Blue) = 182+172+85=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AC55 is #4953AA. Grayscale: #A5A5A5. Windows color (decimal): -4805547 or 5614774. OLE color: 5614774.
HSL color Cylindrical-coordinate representation of color #B6AC55: hue angle of 53.81º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B6AC55 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 172 | 85 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.29 |
| HSL | 53.81º | 0.4% | 0.52% | - |
| HSV(B) | 53.81º | 0.53% | 0.71% | - |
| XYZ | 35.68 | 40.11 | 14.45 | - |
| YUV | 165.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 172 | 85 | 0 | 0.05 | 0.53 | 0.29 | 53.81 | 0.4 | 0.52 |
| Hex | B6 | AC | 55 | 0 | 5 | 35 | 1D | 36 | 28 | 34 |
| Octal | 266 | 254 | 125 | 0 | 5 | 65 | 35 | 66 | 50 | 64 |
| Binary | 10110110 | 10101100 | 1010101 | 0 | 101 | 110101 | 11101 | 110110 | 101000 | 110100 |
Color Harmonies of #B6AC55
Complementary color
Monochromatic Colors of #B6AC55
Black with #B6AC55
Text Example
Text Example
White with #B6AC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AC55; }
p { color: rgb(182,172,85); }
H1.HeaderClassName
{
color: #B6AC55;
}
.AnyTagClassName
{
color: #B6AC55;
}
</style>
background-color css
<style>
a { background-color: #B6AC55; }
a { background-color: rgb(182,172,85); }
div.DivClassName
{
background-color: #B6AC55;
}
.BgClassName
{
background-color: #B6AC55;
}
</style>
border-color css
<style>
span { border-color: #B6AC55; }
span { border-color: rgb(182,172,85); }
td.TdClassName
{
border-color: #B6AC55;
}
.TagClassName
{
border-color: #B6AC55;
}
</style>