Shades of Olive Green #BDB657
Tints of Olive Green #BDB657
RGB
CMYK
RGB Variations
Color information
#BDB657 (or 0xBDB657) is known color: Olive Green. HEX triplet: BD, B6 and 57. RGB value is (189,182,87). Sum of RGB (Red+Green+Blue) = 189+182+87=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB657 is #4249A8. Grayscale: #ADADAD. Windows color (decimal): -4344233 or 5748413. OLE color: 5748413.
HSL color Cylindrical-coordinate representation of color #BDB657: hue angle of 55.88º 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 #BDB657 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 87 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.26 |
| HSL | 55.88º | 0.44% | 0.54% | - |
| HSV(B) | 55.88º | 0.54% | 0.74% | - |
| XYZ | 39.43 | 44.96 | 15.62 | - |
| YUV | 173.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 87 | 0 | 0.04 | 0.54 | 0.26 | 55.88 | 0.44 | 0.54 |
| Hex | BD | B6 | 57 | 0 | 4 | 36 | 1A | 38 | 2C | 36 |
| Octal | 275 | 266 | 127 | 0 | 4 | 66 | 32 | 70 | 54 | 66 |
| Binary | 10111101 | 10110110 | 1010111 | 0 | 100 | 110110 | 11010 | 111000 | 101100 | 110110 |
Color Harmonies of #BDB657
Complementary color
Monochromatic Colors of #BDB657
Black with #BDB657
Text Example
Text Example
White with #BDB657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB657; }
p { color: rgb(189,182,87); }
H1.HeaderClassName
{
color: #BDB657;
}
.AnyTagClassName
{
color: #BDB657;
}
</style>
background-color css
<style>
a { background-color: #BDB657; }
a { background-color: rgb(189,182,87); }
div.DivClassName
{
background-color: #BDB657;
}
.BgClassName
{
background-color: #BDB657;
}
</style>
border-color css
<style>
span { border-color: #BDB657; }
span { border-color: rgb(189,182,87); }
td.TdClassName
{
border-color: #BDB657;
}
.TagClassName
{
border-color: #BDB657;
}
</style>