Shades of Olive Green #BDB455
Tints of Olive Green #BDB455
RGB
CMYK
RGB Variations
Color information
#BDB455 (or 0xBDB455) is known color: Olive Green. HEX triplet: BD, B4 and 55. RGB value is (189,180,85). Sum of RGB (Red+Green+Blue) = 189+180+85=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB455 is #424BAA. Grayscale: #ACACAC. Windows color (decimal): -4344747 or 5616829. OLE color: 5616829.
HSL color Cylindrical-coordinate representation of color #BDB455: hue angle of 54.81º 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 #BDB455 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 85 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.26 |
| HSL | 54.81º | 0.44% | 0.54% | - |
| HSV(B) | 54.81º | 0.55% | 0.74% | - |
| XYZ | 38.95 | 44.12 | 15.06 | - |
| YUV | 171.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 85 | 0 | 0.05 | 0.55 | 0.26 | 54.81 | 0.44 | 0.54 |
| Hex | BD | B4 | 55 | 0 | 5 | 37 | 1A | 37 | 2C | 36 |
| Octal | 275 | 264 | 125 | 0 | 5 | 67 | 32 | 67 | 54 | 66 |
| Binary | 10111101 | 10110100 | 1010101 | 0 | 101 | 110111 | 11010 | 110111 | 101100 | 110110 |
Color Harmonies of #BDB455
Complementary color
Monochromatic Colors of #BDB455
Black with #BDB455
Text Example
Text Example
White with #BDB455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB455; }
p { color: rgb(189,180,85); }
H1.HeaderClassName
{
color: #BDB455;
}
.AnyTagClassName
{
color: #BDB455;
}
</style>
background-color css
<style>
a { background-color: #BDB455; }
a { background-color: rgb(189,180,85); }
div.DivClassName
{
background-color: #BDB455;
}
.BgClassName
{
background-color: #BDB455;
}
</style>
border-color css
<style>
span { border-color: #BDB455; }
span { border-color: rgb(189,180,85); }
td.TdClassName
{
border-color: #BDB455;
}
.TagClassName
{
border-color: #BDB455;
}
</style>