Shades of Olive Green #BDB750
Tints of Olive Green #BDB750
RGB
CMYK
RGB Variations
Color information
#BDB750 (or 0xBDB750) is known color: Olive Green. HEX triplet: BD, B7 and 50. RGB value is (189,183,80). Sum of RGB (Red+Green+Blue) = 189+183+80=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB750 is #4248AF. Grayscale: #ADADAD. Windows color (decimal): -4343984 or 5289917. OLE color: 5289917.
HSL color Cylindrical-coordinate representation of color #BDB750: hue angle of 56.7º 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 #BDB750 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 80 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.26 |
| HSL | 56.7º | 0.45% | 0.53% | - |
| HSV(B) | 56.7º | 0.58% | 0.74% | - |
| XYZ | 39.37 | 45.26 | 14.25 | - |
| YUV | 173.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 80 | 0 | 0.03 | 0.58 | 0.26 | 56.7 | 0.45 | 0.53 |
| Hex | BD | B7 | 50 | 0 | 3 | 3A | 1A | 39 | 2D | 35 |
| Octal | 275 | 267 | 120 | 0 | 3 | 72 | 32 | 71 | 55 | 65 |
| Binary | 10111101 | 10110111 | 1010000 | 0 | 11 | 111010 | 11010 | 111001 | 101101 | 110101 |
Color Harmonies of #BDB750
Complementary color
Monochromatic Colors of #BDB750
Black with #BDB750
Text Example
Text Example
White with #BDB750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB750; }
p { color: rgb(189,183,80); }
H1.HeaderClassName
{
color: #BDB750;
}
.AnyTagClassName
{
color: #BDB750;
}
</style>
background-color css
<style>
a { background-color: #BDB750; }
a { background-color: rgb(189,183,80); }
div.DivClassName
{
background-color: #BDB750;
}
.BgClassName
{
background-color: #BDB750;
}
</style>
border-color css
<style>
span { border-color: #BDB750; }
span { border-color: rgb(189,183,80); }
td.TdClassName
{
border-color: #BDB750;
}
.TagClassName
{
border-color: #BDB750;
}
</style>