Shades of Olive Green #BDB457
Tints of Olive Green #BDB457
RGB
CMYK
RGB Variations
Color information
#BDB457 (or 0xBDB457) is known color: Olive Green. HEX triplet: BD, B4 and 57. RGB value is (189,180,87). Sum of RGB (Red+Green+Blue) = 189+180+87=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB457 is #424BA8. Grayscale: #ACACAC. Windows color (decimal): -4344745 or 5747901. OLE color: 5747901.
HSL color Cylindrical-coordinate representation of color #BDB457: hue angle of 54.71º 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 #BDB457 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 87 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.26 |
| HSL | 54.71º | 0.44% | 0.54% | - |
| HSV(B) | 54.71º | 0.54% | 0.74% | - |
| XYZ | 39.03 | 44.15 | 15.48 | - |
| YUV | 172.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 87 | 0 | 0.05 | 0.54 | 0.26 | 54.71 | 0.44 | 0.54 |
| Hex | BD | B4 | 57 | 0 | 5 | 36 | 1A | 37 | 2C | 36 |
| Octal | 275 | 264 | 127 | 0 | 5 | 66 | 32 | 67 | 54 | 66 |
| Binary | 10111101 | 10110100 | 1010111 | 0 | 101 | 110110 | 11010 | 110111 | 101100 | 110110 |
Color Harmonies of #BDB457
Complementary color
Monochromatic Colors of #BDB457
Black with #BDB457
Text Example
Text Example
White with #BDB457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB457; }
p { color: rgb(189,180,87); }
H1.HeaderClassName
{
color: #BDB457;
}
.AnyTagClassName
{
color: #BDB457;
}
</style>
background-color css
<style>
a { background-color: #BDB457; }
a { background-color: rgb(189,180,87); }
div.DivClassName
{
background-color: #BDB457;
}
.BgClassName
{
background-color: #BDB457;
}
</style>
border-color css
<style>
span { border-color: #BDB457; }
span { border-color: rgb(189,180,87); }
td.TdClassName
{
border-color: #BDB457;
}
.TagClassName
{
border-color: #BDB457;
}
</style>