Shades of Olive Green #BDB650
Tints of Olive Green #BDB650
RGB
CMYK
RGB Variations
Color information
#BDB650 (or 0xBDB650) is known color: Olive Green. HEX triplet: BD, B6 and 50. RGB value is (189,182,80). Sum of RGB (Red+Green+Blue) = 189+182+80=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB650 is #4249AF. Grayscale: #ACACAC. Windows color (decimal): -4344240 or 5289661. OLE color: 5289661.
HSL color Cylindrical-coordinate representation of color #BDB650: hue angle of 56.15º 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 #BDB650 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 80 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.26 |
| HSL | 56.15º | 0.45% | 0.53% | - |
| HSV(B) | 56.15º | 0.58% | 0.74% | - |
| XYZ | 39.16 | 44.85 | 14.18 | - |
| YUV | 172.47 | 75.82 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 80 | 0 | 0.04 | 0.58 | 0.26 | 56.15 | 0.45 | 0.53 |
| Hex | BD | B6 | 50 | 0 | 4 | 3A | 1A | 38 | 2D | 35 |
| Octal | 275 | 266 | 120 | 0 | 4 | 72 | 32 | 70 | 55 | 65 |
| Binary | 10111101 | 10110110 | 1010000 | 0 | 100 | 111010 | 11010 | 111000 | 101101 | 110101 |
Color Harmonies of #BDB650
Complementary color
Monochromatic Colors of #BDB650
Black with #BDB650
Text Example
Text Example
White with #BDB650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB650; }
p { color: rgb(189,182,80); }
H1.HeaderClassName
{
color: #BDB650;
}
.AnyTagClassName
{
color: #BDB650;
}
</style>
background-color css
<style>
a { background-color: #BDB650; }
a { background-color: rgb(189,182,80); }
div.DivClassName
{
background-color: #BDB650;
}
.BgClassName
{
background-color: #BDB650;
}
</style>
border-color css
<style>
span { border-color: #BDB650; }
span { border-color: rgb(189,182,80); }
td.TdClassName
{
border-color: #BDB650;
}
.TagClassName
{
border-color: #BDB650;
}
</style>