Shades of Olive Green #B7AD52
Tints of Olive Green #B7AD52
RGB
CMYK
RGB Variations
Color information
#B7AD52 (or 0xB7AD52) is known color: Olive Green. HEX triplet: B7, AD and 52. RGB value is (183,173,82). Sum of RGB (Red+Green+Blue) = 183+173+82=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD52 is #4852AD. Grayscale: #A5A5A5. Windows color (decimal): -4739758 or 5418423. OLE color: 5418423.
HSL color Cylindrical-coordinate representation of color #B7AD52: hue angle of 54.06º 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 #B7AD52 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 82 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.28 |
| HSL | 54.06º | 0.41% | 0.52% | - |
| HSV(B) | 54.06º | 0.55% | 0.72% | - |
| XYZ | 36 | 40.56 | 13.92 | - |
| YUV | 165.62 | 80.81 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 82 | 0 | 0.05 | 0.55 | 0.28 | 54.06 | 0.41 | 0.52 |
| Hex | B7 | AD | 52 | 0 | 5 | 37 | 1C | 36 | 29 | 34 |
| Octal | 267 | 255 | 122 | 0 | 5 | 67 | 34 | 66 | 51 | 64 |
| Binary | 10110111 | 10101101 | 1010010 | 0 | 101 | 110111 | 11100 | 110110 | 101001 | 110100 |
Color Harmonies of #B7AD52
Complementary color
Monochromatic Colors of #B7AD52
Black with #B7AD52
Text Example
Text Example
White with #B7AD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD52; }
p { color: rgb(183,173,82); }
H1.HeaderClassName
{
color: #B7AD52;
}
.AnyTagClassName
{
color: #B7AD52;
}
</style>
background-color css
<style>
a { background-color: #B7AD52; }
a { background-color: rgb(183,173,82); }
div.DivClassName
{
background-color: #B7AD52;
}
.BgClassName
{
background-color: #B7AD52;
}
</style>
border-color css
<style>
span { border-color: #B7AD52; }
span { border-color: rgb(183,173,82); }
td.TdClassName
{
border-color: #B7AD52;
}
.TagClassName
{
border-color: #B7AD52;
}
</style>