Shades of Olive Green #B8AD53
Tints of Olive Green #B8AD53
RGB
CMYK
RGB Variations
Color information
#B8AD53 (or 0xB8AD53) is known color: Olive Green. HEX triplet: B8, AD and 53. RGB value is (184,173,83). Sum of RGB (Red+Green+Blue) = 184+173+83=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AD53 is #4752AC. Grayscale: #A6A6A6. Windows color (decimal): -4674221 or 5483960. OLE color: 5483960.
HSL color Cylindrical-coordinate representation of color #B8AD53: hue angle of 53.47º degrees, saturation: 0.42, 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 #B8AD53 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 83 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.28 |
| HSL | 53.47º | 0.42% | 0.52% | - |
| HSV(B) | 53.47º | 0.55% | 0.72% | - |
| XYZ | 36.27 | 40.7 | 14.13 | - |
| YUV | 166.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 83 | 0 | 0.06 | 0.55 | 0.28 | 53.47 | 0.42 | 0.52 |
| Hex | B8 | AD | 53 | 0 | 6 | 37 | 1C | 35 | 2A | 34 |
| Octal | 270 | 255 | 123 | 0 | 6 | 67 | 34 | 65 | 52 | 64 |
| Binary | 10111000 | 10101101 | 1010011 | 0 | 110 | 110111 | 11100 | 110101 | 101010 | 110100 |
Color Harmonies of #B8AD53
Complementary color
Monochromatic Colors of #B8AD53
Black with #B8AD53
Text Example
Text Example
White with #B8AD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD53; }
p { color: rgb(184,173,83); }
H1.HeaderClassName
{
color: #B8AD53;
}
.AnyTagClassName
{
color: #B8AD53;
}
</style>
background-color css
<style>
a { background-color: #B8AD53; }
a { background-color: rgb(184,173,83); }
div.DivClassName
{
background-color: #B8AD53;
}
.BgClassName
{
background-color: #B8AD53;
}
</style>
border-color css
<style>
span { border-color: #B8AD53; }
span { border-color: rgb(184,173,83); }
td.TdClassName
{
border-color: #B8AD53;
}
.TagClassName
{
border-color: #B8AD53;
}
</style>