Shades of Olive Green #B2AD53
Tints of Olive Green #B2AD53
RGB
CMYK
RGB Variations
Color information
#B2AD53 (or 0xB2AD53) is known color: Olive Green. HEX triplet: B2, AD and 53. RGB value is (178,173,83). Sum of RGB (Red+Green+Blue) = 178+173+83=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD53 is #4D52AC. Grayscale: #A4A4A4. Windows color (decimal): -5067437 or 5483954. OLE color: 5483954.
HSL color Cylindrical-coordinate representation of color #B2AD53: hue angle of 56.84º 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 #B2AD53 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 83 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.30 |
| HSL | 56.84º | 0.38% | 0.51% | - |
| HSV(B) | 56.84º | 0.53% | 0.7% | - |
| XYZ | 34.87 | 39.98 | 14.06 | - |
| YUV | 164.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 83 | 0 | 0.03 | 0.53 | 0.30 | 56.84 | 0.38 | 0.51 |
| Hex | B2 | AD | 53 | 0 | 3 | 35 | 1E | 39 | 26 | 33 |
| Octal | 262 | 255 | 123 | 0 | 3 | 65 | 36 | 71 | 46 | 63 |
| Binary | 10110010 | 10101101 | 1010011 | 0 | 11 | 110101 | 11110 | 111001 | 100110 | 110011 |
Color Harmonies of #B2AD53
Complementary color
Monochromatic Colors of #B2AD53
Black with #B2AD53
Text Example
Text Example
White with #B2AD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD53; }
p { color: rgb(178,173,83); }
H1.HeaderClassName
{
color: #B2AD53;
}
.AnyTagClassName
{
color: #B2AD53;
}
</style>
background-color css
<style>
a { background-color: #B2AD53; }
a { background-color: rgb(178,173,83); }
div.DivClassName
{
background-color: #B2AD53;
}
.BgClassName
{
background-color: #B2AD53;
}
</style>
border-color css
<style>
span { border-color: #B2AD53; }
span { border-color: rgb(178,173,83); }
td.TdClassName
{
border-color: #B2AD53;
}
.TagClassName
{
border-color: #B2AD53;
}
</style>