Shades of Olive Green #BDB957
Tints of Olive Green #BDB957
RGB
CMYK
RGB Variations
Color information
#BDB957 (or 0xBDB957) is known color: Olive Green. HEX triplet: BD, B9 and 57. RGB value is (189,185,87). Sum of RGB (Red+Green+Blue) = 189+185+87=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB957 is #4246A8. Grayscale: #AFAFAF. Windows color (decimal): -4343465 or 5749181. OLE color: 5749181.
HSL color Cylindrical-coordinate representation of color #BDB957: hue angle of 57.65º 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 #BDB957 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 87 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.26 |
| HSL | 57.65º | 0.44% | 0.54% | - |
| HSV(B) | 57.65º | 0.54% | 0.74% | - |
| XYZ | 40.06 | 46.2 | 15.82 | - |
| YUV | 175.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 87 | 0 | 0.02 | 0.54 | 0.26 | 57.65 | 0.44 | 0.54 |
| Hex | BD | B9 | 57 | 0 | 2 | 36 | 1A | 3A | 2C | 36 |
| Octal | 275 | 271 | 127 | 0 | 2 | 66 | 32 | 72 | 54 | 66 |
| Binary | 10111101 | 10111001 | 1010111 | 0 | 10 | 110110 | 11010 | 111010 | 101100 | 110110 |
Color Harmonies of #BDB957
Complementary color
Monochromatic Colors of #BDB957
Black with #BDB957
Text Example
Text Example
White with #BDB957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB957; }
p { color: rgb(189,185,87); }
H1.HeaderClassName
{
color: #BDB957;
}
.AnyTagClassName
{
color: #BDB957;
}
</style>
background-color css
<style>
a { background-color: #BDB957; }
a { background-color: rgb(189,185,87); }
div.DivClassName
{
background-color: #BDB957;
}
.BgClassName
{
background-color: #BDB957;
}
</style>
border-color css
<style>
span { border-color: #BDB957; }
span { border-color: rgb(189,185,87); }
td.TdClassName
{
border-color: #BDB957;
}
.TagClassName
{
border-color: #BDB957;
}
</style>