Shades of Olive Green #BDB757
Tints of Olive Green #BDB757
RGB
CMYK
RGB Variations
Color information
#BDB757 (or 0xBDB757) is known color: Olive Green. HEX triplet: BD, B7 and 57. RGB value is (189,183,87). Sum of RGB (Red+Green+Blue) = 189+183+87=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 87 (34.38% from 255 or 18.95% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB757 is #4248A8. Grayscale: #AEAEAE. Windows color (decimal): -4343977 or 5748669. OLE color: 5748669.
HSL color Cylindrical-coordinate representation of color #BDB757: hue angle of 56.47º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDB757 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 87 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.26 |
| HSL | 56.47º | 0.44% | 0.54% | - |
| HSV(B) | 56.47º | 0.54% | 0.74% | - |
| XYZ | 39.64 | 45.37 | 15.69 | - |
| YUV | 173.85 | 78.99 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 87 | 0 | 0.03 | 0.54 | 0.26 | 56.47 | 0.44 | 0.54 |
| Hex | BD | B7 | 57 | 0 | 3 | 36 | 1A | 38 | 2C | 36 |
| Octal | 275 | 267 | 127 | 0 | 3 | 66 | 32 | 70 | 54 | 66 |
| Binary | 10111101 | 10110111 | 1010111 | 0 | 11 | 110110 | 11010 | 111000 | 101100 | 110110 |
Color Harmonies of #BDB757
Complementary color
Monochromatic Colors of #BDB757
Black with #BDB757
Text Example
Text Example
White with #BDB757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB757; }
p { color: rgb(189,183,87); }
H1.HeaderClassName
{
color: #BDB757;
}
.AnyTagClassName
{
color: #BDB757;
}
</style>
background-color css
<style>
a { background-color: #BDB757; }
a { background-color: rgb(189,183,87); }
div.DivClassName
{
background-color: #BDB757;
}
.BgClassName
{
background-color: #BDB757;
}
</style>
border-color css
<style>
span { border-color: #BDB757; }
span { border-color: rgb(189,183,87); }
td.TdClassName
{
border-color: #BDB757;
}
.TagClassName
{
border-color: #BDB757;
}
</style>