Shades of Olive Green #BDB755
Tints of Olive Green #BDB755
RGB
CMYK
RGB Variations
Color information
#BDB755 (or 0xBDB755) is known color: Olive Green. HEX triplet: BD, B7 and 55. RGB value is (189,183,85). Sum of RGB (Red+Green+Blue) = 189+183+85=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB755 is #4248AA. Grayscale: #AEAEAE. Windows color (decimal): -4343979 or 5617597. OLE color: 5617597.
HSL color Cylindrical-coordinate representation of color #BDB755: hue angle of 56.54º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDB755 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 85 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.26 |
| HSL | 56.54º | 0.44% | 0.54% | - |
| HSV(B) | 56.54º | 0.55% | 0.74% | - |
| XYZ | 39.56 | 45.34 | 15.26 | - |
| YUV | 173.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 85 | 0 | 0.03 | 0.55 | 0.26 | 56.54 | 0.44 | 0.54 |
| Hex | BD | B7 | 55 | 0 | 3 | 37 | 1A | 39 | 2C | 36 |
| Octal | 275 | 267 | 125 | 0 | 3 | 67 | 32 | 71 | 54 | 66 |
| Binary | 10111101 | 10110111 | 1010101 | 0 | 11 | 110111 | 11010 | 111001 | 101100 | 110110 |
Color Harmonies of #BDB755
Complementary color
Monochromatic Colors of #BDB755
Black with #BDB755
Text Example
Text Example
White with #BDB755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB755; }
p { color: rgb(189,183,85); }
H1.HeaderClassName
{
color: #BDB755;
}
.AnyTagClassName
{
color: #BDB755;
}
</style>
background-color css
<style>
a { background-color: #BDB755; }
a { background-color: rgb(189,183,85); }
div.DivClassName
{
background-color: #BDB755;
}
.BgClassName
{
background-color: #BDB755;
}
</style>
border-color css
<style>
span { border-color: #BDB755; }
span { border-color: rgb(189,183,85); }
td.TdClassName
{
border-color: #BDB755;
}
.TagClassName
{
border-color: #BDB755;
}
</style>