Shades of Olive Green #BDB155
Tints of Olive Green #BDB155
RGB
CMYK
RGB Variations
Color information
#BDB155 (or 0xBDB155) is known color: Olive Green. HEX triplet: BD, B1 and 55. RGB value is (189,177,85). Sum of RGB (Red+Green+Blue) = 189+177+85=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB155 is #424EAA. Grayscale: #AAAAAA. Windows color (decimal): -4345515 or 5616061. OLE color: 5616061.
HSL color Cylindrical-coordinate representation of color #BDB155: hue angle of 53.08º 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 #BDB155 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 85 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.26 |
| HSL | 53.08º | 0.44% | 0.54% | - |
| HSV(B) | 53.08º | 0.55% | 0.74% | - |
| XYZ | 38.35 | 42.92 | 14.86 | - |
| YUV | 170.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 85 | 0 | 0.06 | 0.55 | 0.26 | 53.08 | 0.44 | 0.54 |
| Hex | BD | B1 | 55 | 0 | 6 | 37 | 1A | 35 | 2C | 36 |
| Octal | 275 | 261 | 125 | 0 | 6 | 67 | 32 | 65 | 54 | 66 |
| Binary | 10111101 | 10110001 | 1010101 | 0 | 110 | 110111 | 11010 | 110101 | 101100 | 110110 |
Color Harmonies of #BDB155
Complementary color
Monochromatic Colors of #BDB155
Black with #BDB155
Text Example
Text Example
White with #BDB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB155; }
p { color: rgb(189,177,85); }
H1.HeaderClassName
{
color: #BDB155;
}
.AnyTagClassName
{
color: #BDB155;
}
</style>
background-color css
<style>
a { background-color: #BDB155; }
a { background-color: rgb(189,177,85); }
div.DivClassName
{
background-color: #BDB155;
}
.BgClassName
{
background-color: #BDB155;
}
</style>
border-color css
<style>
span { border-color: #BDB155; }
span { border-color: rgb(189,177,85); }
td.TdClassName
{
border-color: #BDB155;
}
.TagClassName
{
border-color: #BDB155;
}
</style>