Shades of Olive Green #BDB853
Tints of Olive Green #BDB853
RGB
CMYK
RGB Variations
Color information
#BDB853 (or 0xBDB853) is known color: Olive Green. HEX triplet: BD, B8 and 53. RGB value is (189,184,83). Sum of RGB (Red+Green+Blue) = 189+184+83=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB853 is #4247AC. Grayscale: #AEAEAE. Windows color (decimal): -4343725 or 5486781. OLE color: 5486781.
HSL color Cylindrical-coordinate representation of color #BDB853: hue angle of 57.17º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDB853 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 83 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.26 |
| HSL | 57.17º | 0.45% | 0.53% | - |
| HSV(B) | 57.17º | 0.56% | 0.74% | - |
| XYZ | 39.69 | 45.72 | 14.92 | - |
| YUV | 173.98 | 76.66 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 83 | 0 | 0.03 | 0.56 | 0.26 | 57.17 | 0.45 | 0.53 |
| Hex | BD | B8 | 53 | 0 | 3 | 38 | 1A | 39 | 2D | 35 |
| Octal | 275 | 270 | 123 | 0 | 3 | 70 | 32 | 71 | 55 | 65 |
| Binary | 10111101 | 10111000 | 1010011 | 0 | 11 | 111000 | 11010 | 111001 | 101101 | 110101 |
Color Harmonies of #BDB853
Complementary color
Monochromatic Colors of #BDB853
Black with #BDB853
Text Example
Text Example
White with #BDB853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB853; }
p { color: rgb(189,184,83); }
H1.HeaderClassName
{
color: #BDB853;
}
.AnyTagClassName
{
color: #BDB853;
}
</style>
background-color css
<style>
a { background-color: #BDB853; }
a { background-color: rgb(189,184,83); }
div.DivClassName
{
background-color: #BDB853;
}
.BgClassName
{
background-color: #BDB853;
}
</style>
border-color css
<style>
span { border-color: #BDB853; }
span { border-color: rgb(189,184,83); }
td.TdClassName
{
border-color: #BDB853;
}
.TagClassName
{
border-color: #BDB853;
}
</style>