Shades of Olive Green #B2AD56
Tints of Olive Green #B2AD56
RGB
CMYK
RGB Variations
Color information
#B2AD56 (or 0xB2AD56) is known color: Olive Green. HEX triplet: B2, AD and 56. RGB value is (178,173,86). Sum of RGB (Red+Green+Blue) = 178+173+86=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD56 is #4D52A9. Grayscale: #A4A4A4. Windows color (decimal): -5067434 or 5680562. OLE color: 5680562.
HSL color Cylindrical-coordinate representation of color #B2AD56: hue angle of 56.74º 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 #B2AD56 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 86 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.30 |
| HSL | 56.74º | 0.37% | 0.52% | - |
| HSV(B) | 56.74º | 0.52% | 0.7% | - |
| XYZ | 34.98 | 40.02 | 14.69 | - |
| YUV | 164.58 | 83.66 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 86 | 0 | 0.03 | 0.52 | 0.30 | 56.74 | 0.37 | 0.52 |
| Hex | B2 | AD | 56 | 0 | 3 | 34 | 1E | 39 | 25 | 34 |
| Octal | 262 | 255 | 126 | 0 | 3 | 64 | 36 | 71 | 45 | 64 |
| Binary | 10110010 | 10101101 | 1010110 | 0 | 11 | 110100 | 11110 | 111001 | 100101 | 110100 |
Color Harmonies of #B2AD56
Complementary color
Monochromatic Colors of #B2AD56
Black with #B2AD56
Text Example
Text Example
White with #B2AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD56; }
p { color: rgb(178,173,86); }
H1.HeaderClassName
{
color: #B2AD56;
}
.AnyTagClassName
{
color: #B2AD56;
}
</style>
background-color css
<style>
a { background-color: #B2AD56; }
a { background-color: rgb(178,173,86); }
div.DivClassName
{
background-color: #B2AD56;
}
.BgClassName
{
background-color: #B2AD56;
}
</style>
border-color css
<style>
span { border-color: #B2AD56; }
span { border-color: rgb(178,173,86); }
td.TdClassName
{
border-color: #B2AD56;
}
.TagClassName
{
border-color: #B2AD56;
}
</style>