Shades of Olive Green #BDB555
Tints of Olive Green #BDB555
RGB
CMYK
RGB Variations
Color information
#BDB555 (or 0xBDB555) is known color: Olive Green. HEX triplet: BD, B5 and 55. RGB value is (189,181,85). Sum of RGB (Red+Green+Blue) = 189+181+85=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB555 is #424AAA. Grayscale: #ACACAC. Windows color (decimal): -4344491 or 5617085. OLE color: 5617085.
HSL color Cylindrical-coordinate representation of color #BDB555: hue angle of 55.38º 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 #BDB555 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 85 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.26 |
| HSL | 55.38º | 0.44% | 0.54% | - |
| HSV(B) | 55.38º | 0.55% | 0.74% | - |
| XYZ | 39.15 | 44.52 | 15.12 | - |
| YUV | 172.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 85 | 0 | 0.04 | 0.55 | 0.26 | 55.38 | 0.44 | 0.54 |
| Hex | BD | B5 | 55 | 0 | 4 | 37 | 1A | 37 | 2C | 36 |
| Octal | 275 | 265 | 125 | 0 | 4 | 67 | 32 | 67 | 54 | 66 |
| Binary | 10111101 | 10110101 | 1010101 | 0 | 100 | 110111 | 11010 | 110111 | 101100 | 110110 |
Color Harmonies of #BDB555
Complementary color
Monochromatic Colors of #BDB555
Black with #BDB555
Text Example
Text Example
White with #BDB555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB555; }
p { color: rgb(189,181,85); }
H1.HeaderClassName
{
color: #BDB555;
}
.AnyTagClassName
{
color: #BDB555;
}
</style>
background-color css
<style>
a { background-color: #BDB555; }
a { background-color: rgb(189,181,85); }
div.DivClassName
{
background-color: #BDB555;
}
.BgClassName
{
background-color: #BDB555;
}
</style>
border-color css
<style>
span { border-color: #BDB555; }
span { border-color: rgb(189,181,85); }
td.TdClassName
{
border-color: #BDB555;
}
.TagClassName
{
border-color: #BDB555;
}
</style>