Shades of Olive Green #BDB753
Tints of Olive Green #BDB753
RGB
CMYK
RGB Variations
Color information
#BDB753 (or 0xBDB753) is known color: Olive Green. HEX triplet: BD, B7 and 53. RGB value is (189,183,83). Sum of RGB (Red+Green+Blue) = 189+183+83=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB753 is #4248AC. Grayscale: #ADADAD. Windows color (decimal): -4343981 or 5486525. OLE color: 5486525.
HSL color Cylindrical-coordinate representation of color #BDB753: hue angle of 56.6º 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 #BDB753 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 83 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.26 |
| HSL | 56.6º | 0.45% | 0.53% | - |
| HSV(B) | 56.6º | 0.56% | 0.74% | - |
| XYZ | 39.48 | 45.31 | 14.85 | - |
| YUV | 173.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 83 | 0 | 0.03 | 0.56 | 0.26 | 56.6 | 0.45 | 0.53 |
| Hex | BD | B7 | 53 | 0 | 3 | 38 | 1A | 39 | 2D | 35 |
| Octal | 275 | 267 | 123 | 0 | 3 | 70 | 32 | 71 | 55 | 65 |
| Binary | 10111101 | 10110111 | 1010011 | 0 | 11 | 111000 | 11010 | 111001 | 101101 | 110101 |
Color Harmonies of #BDB753
Complementary color
Monochromatic Colors of #BDB753
Black with #BDB753
Text Example
Text Example
White with #BDB753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB753; }
p { color: rgb(189,183,83); }
H1.HeaderClassName
{
color: #BDB753;
}
.AnyTagClassName
{
color: #BDB753;
}
</style>
background-color css
<style>
a { background-color: #BDB753; }
a { background-color: rgb(189,183,83); }
div.DivClassName
{
background-color: #BDB753;
}
.BgClassName
{
background-color: #BDB753;
}
</style>
border-color css
<style>
span { border-color: #BDB753; }
span { border-color: rgb(189,183,83); }
td.TdClassName
{
border-color: #BDB753;
}
.TagClassName
{
border-color: #BDB753;
}
</style>