Shades of Olive Green #B2AD54
Tints of Olive Green #B2AD54
RGB
CMYK
RGB Variations
Color information
#B2AD54 (or 0xB2AD54) is known color: Olive Green. HEX triplet: B2, AD and 54. RGB value is (178,173,84). Sum of RGB (Red+Green+Blue) = 178+173+84=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD54 is #4D52AB. Grayscale: #A4A4A4. Windows color (decimal): -5067436 or 5549490. OLE color: 5549490.
HSL color Cylindrical-coordinate representation of color #B2AD54: hue angle of 56.81º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2AD54 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 84 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.30 |
| HSL | 56.81º | 0.38% | 0.51% | - |
| HSV(B) | 56.81º | 0.53% | 0.7% | - |
| XYZ | 34.9 | 39.99 | 14.27 | - |
| YUV | 164.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 84 | 0 | 0.03 | 0.53 | 0.30 | 56.81 | 0.38 | 0.51 |
| Hex | B2 | AD | 54 | 0 | 3 | 35 | 1E | 39 | 26 | 33 |
| Octal | 262 | 255 | 124 | 0 | 3 | 65 | 36 | 71 | 46 | 63 |
| Binary | 10110010 | 10101101 | 1010100 | 0 | 11 | 110101 | 11110 | 111001 | 100110 | 110011 |
Color Harmonies of #B2AD54
Complementary color
Monochromatic Colors of #B2AD54
Black with #B2AD54
Text Example
Text Example
White with #B2AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD54; }
p { color: rgb(178,173,84); }
H1.HeaderClassName
{
color: #B2AD54;
}
.AnyTagClassName
{
color: #B2AD54;
}
</style>
background-color css
<style>
a { background-color: #B2AD54; }
a { background-color: rgb(178,173,84); }
div.DivClassName
{
background-color: #B2AD54;
}
.BgClassName
{
background-color: #B2AD54;
}
</style>
border-color css
<style>
span { border-color: #B2AD54; }
span { border-color: rgb(178,173,84); }
td.TdClassName
{
border-color: #B2AD54;
}
.TagClassName
{
border-color: #B2AD54;
}
</style>