Shades of Olive Green #BDB950
Tints of Olive Green #BDB950
RGB
CMYK
RGB Variations
Color information
#BDB950 (or 0xBDB950) is known color: Olive Green. HEX triplet: BD, B9 and 50. RGB value is (189,185,80). Sum of RGB (Red+Green+Blue) = 189+185+80=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB950 is #4246AF. Grayscale: #AEAEAE. Windows color (decimal): -4343472 or 5290429. OLE color: 5290429.
HSL color Cylindrical-coordinate representation of color #BDB950: hue angle of 57.8º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDB950 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 80 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.26 |
| HSL | 57.8º | 0.45% | 0.53% | - |
| HSV(B) | 57.8º | 0.58% | 0.74% | - |
| XYZ | 39.78 | 46.1 | 14.39 | - |
| YUV | 174.23 | 74.83 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 80 | 0 | 0.02 | 0.58 | 0.26 | 57.8 | 0.45 | 0.53 |
| Hex | BD | B9 | 50 | 0 | 2 | 3A | 1A | 3A | 2D | 35 |
| Octal | 275 | 271 | 120 | 0 | 2 | 72 | 32 | 72 | 55 | 65 |
| Binary | 10111101 | 10111001 | 1010000 | 0 | 10 | 111010 | 11010 | 111010 | 101101 | 110101 |
Color Harmonies of #BDB950
Complementary color
Monochromatic Colors of #BDB950
Black with #BDB950
Text Example
Text Example
White with #BDB950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB950; }
p { color: rgb(189,185,80); }
H1.HeaderClassName
{
color: #BDB950;
}
.AnyTagClassName
{
color: #BDB950;
}
</style>
background-color css
<style>
a { background-color: #BDB950; }
a { background-color: rgb(189,185,80); }
div.DivClassName
{
background-color: #BDB950;
}
.BgClassName
{
background-color: #BDB950;
}
</style>
border-color css
<style>
span { border-color: #BDB950; }
span { border-color: rgb(189,185,80); }
td.TdClassName
{
border-color: #BDB950;
}
.TagClassName
{
border-color: #BDB950;
}
</style>