Shades of Olive Green #BDB857
Tints of Olive Green #BDB857
RGB
CMYK
RGB Variations
Color information
#BDB857 (or 0xBDB857) is known color: Olive Green. HEX triplet: BD, B8 and 57. RGB value is (189,184,87). Sum of RGB (Red+Green+Blue) = 189+184+87=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 87 (34.38% from 255 or 18.91% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB857 is #4247A8. Grayscale: #AEAEAE. Windows color (decimal): -4343721 or 5748925. OLE color: 5748925.
HSL color Cylindrical-coordinate representation of color #BDB857: hue angle of 57.06º 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 #BDB857 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 87 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.26 |
| HSL | 57.06º | 0.44% | 0.54% | - |
| HSV(B) | 57.06º | 0.54% | 0.74% | - |
| XYZ | 39.85 | 45.79 | 15.75 | - |
| YUV | 174.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 87 | 0 | 0.03 | 0.54 | 0.26 | 57.06 | 0.44 | 0.54 |
| Hex | BD | B8 | 57 | 0 | 3 | 36 | 1A | 39 | 2C | 36 |
| Octal | 275 | 270 | 127 | 0 | 3 | 66 | 32 | 71 | 54 | 66 |
| Binary | 10111101 | 10111000 | 1010111 | 0 | 11 | 110110 | 11010 | 111001 | 101100 | 110110 |
Color Harmonies of #BDB857
Complementary color
Monochromatic Colors of #BDB857
Black with #BDB857
Text Example
Text Example
White with #BDB857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB857; }
p { color: rgb(189,184,87); }
H1.HeaderClassName
{
color: #BDB857;
}
.AnyTagClassName
{
color: #BDB857;
}
</style>
background-color css
<style>
a { background-color: #BDB857; }
a { background-color: rgb(189,184,87); }
div.DivClassName
{
background-color: #BDB857;
}
.BgClassName
{
background-color: #BDB857;
}
</style>
border-color css
<style>
span { border-color: #BDB857; }
span { border-color: rgb(189,184,87); }
td.TdClassName
{
border-color: #BDB857;
}
.TagClassName
{
border-color: #BDB857;
}
</style>