Shades of Olive Green #BDB557
Tints of Olive Green #BDB557
RGB
CMYK
RGB Variations
Color information
#BDB557 (or 0xBDB557) is known color: Olive Green. HEX triplet: BD, B5 and 57. RGB value is (189,181,87). Sum of RGB (Red+Green+Blue) = 189+181+87=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB557 is #424AA8. Grayscale: #ADADAD. Windows color (decimal): -4344489 or 5748157. OLE color: 5748157.
HSL color Cylindrical-coordinate representation of color #BDB557: hue angle of 55.29º 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 #BDB557 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 87 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.26 |
| HSL | 55.29º | 0.44% | 0.54% | - |
| HSV(B) | 55.29º | 0.54% | 0.74% | - |
| XYZ | 39.23 | 44.55 | 15.55 | - |
| YUV | 172.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 87 | 0 | 0.04 | 0.54 | 0.26 | 55.29 | 0.44 | 0.54 |
| Hex | BD | B5 | 57 | 0 | 4 | 36 | 1A | 37 | 2C | 36 |
| Octal | 275 | 265 | 127 | 0 | 4 | 66 | 32 | 67 | 54 | 66 |
| Binary | 10111101 | 10110101 | 1010111 | 0 | 100 | 110110 | 11010 | 110111 | 101100 | 110110 |
Color Harmonies of #BDB557
Complementary color
Monochromatic Colors of #BDB557
Black with #BDB557
Text Example
Text Example
White with #BDB557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB557; }
p { color: rgb(189,181,87); }
H1.HeaderClassName
{
color: #BDB557;
}
.AnyTagClassName
{
color: #BDB557;
}
</style>
background-color css
<style>
a { background-color: #BDB557; }
a { background-color: rgb(189,181,87); }
div.DivClassName
{
background-color: #BDB557;
}
.BgClassName
{
background-color: #BDB557;
}
</style>
border-color css
<style>
span { border-color: #BDB557; }
span { border-color: rgb(189,181,87); }
td.TdClassName
{
border-color: #BDB557;
}
.TagClassName
{
border-color: #BDB557;
}
</style>