Shades of Olive Green #B7AD53
Tints of Olive Green #B7AD53
RGB
CMYK
RGB Variations
Color information
#B7AD53 (or 0xB7AD53) is known color: Olive Green. HEX triplet: B7, AD and 53. RGB value is (183,173,83). Sum of RGB (Red+Green+Blue) = 183+173+83=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD53 is #4852AC. Grayscale: #A6A6A6. Windows color (decimal): -4739757 or 5483959. OLE color: 5483959.
HSL color Cylindrical-coordinate representation of color #B7AD53: hue angle of 54º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7AD53 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 83 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.28 |
| HSL | 54º | 0.41% | 0.52% | - |
| HSV(B) | 54º | 0.55% | 0.72% | - |
| XYZ | 36.03 | 40.58 | 14.12 | - |
| YUV | 165.73 | 81.31 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 83 | 0 | 0.05 | 0.55 | 0.28 | 54 | 0.41 | 0.52 |
| Hex | B7 | AD | 53 | 0 | 5 | 37 | 1C | 36 | 29 | 34 |
| Octal | 267 | 255 | 123 | 0 | 5 | 67 | 34 | 66 | 51 | 64 |
| Binary | 10110111 | 10101101 | 1010011 | 0 | 101 | 110111 | 11100 | 110110 | 101001 | 110100 |
Color Harmonies of #B7AD53
Complementary color
Monochromatic Colors of #B7AD53
Black with #B7AD53
Text Example
Text Example
White with #B7AD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD53; }
p { color: rgb(183,173,83); }
H1.HeaderClassName
{
color: #B7AD53;
}
.AnyTagClassName
{
color: #B7AD53;
}
</style>
background-color css
<style>
a { background-color: #B7AD53; }
a { background-color: rgb(183,173,83); }
div.DivClassName
{
background-color: #B7AD53;
}
.BgClassName
{
background-color: #B7AD53;
}
</style>
border-color css
<style>
span { border-color: #B7AD53; }
span { border-color: rgb(183,173,83); }
td.TdClassName
{
border-color: #B7AD53;
}
.TagClassName
{
border-color: #B7AD53;
}
</style>