Shades of Olive Green #BDB55E
Tints of Olive Green #BDB55E
RGB
CMYK
RGB Variations
Color information
#BDB55E (or 0xBDB55E) is known color: Olive Green. HEX triplet: BD, B5 and 5E. RGB value is (189,181,94). Sum of RGB (Red+Green+Blue) = 189+181+94=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB55E is #424AA1. Grayscale: #ADADAD. Windows color (decimal): -4344482 or 6206909. OLE color: 6206909.
HSL color Cylindrical-coordinate representation of color #BDB55E: hue angle of 54.95º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDB55E is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 94 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.26 |
| HSL | 54.95º | 0.42% | 0.55% | - |
| HSV(B) | 54.95º | 0.5% | 0.74% | - |
| XYZ | 39.53 | 44.67 | 17.13 | - |
| YUV | 173.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 94 | 0 | 0.04 | 0.50 | 0.26 | 54.95 | 0.42 | 0.55 |
| Hex | BD | B5 | 5E | 0 | 4 | 32 | 1A | 37 | 2A | 37 |
| Octal | 275 | 265 | 136 | 0 | 4 | 62 | 32 | 67 | 52 | 67 |
| Binary | 10111101 | 10110101 | 1011110 | 0 | 100 | 110010 | 11010 | 110111 | 101010 | 110111 |
Color Harmonies of #BDB55E
Complementary color
Monochromatic Colors of #BDB55E
Black with #BDB55E
Text Example
Text Example
White with #BDB55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB55E; }
p { color: rgb(189,181,94); }
H1.HeaderClassName
{
color: #BDB55E;
}
.AnyTagClassName
{
color: #BDB55E;
}
</style>
background-color css
<style>
a { background-color: #BDB55E; }
a { background-color: rgb(189,181,94); }
div.DivClassName
{
background-color: #BDB55E;
}
.BgClassName
{
background-color: #BDB55E;
}
</style>
border-color css
<style>
span { border-color: #BDB55E; }
span { border-color: rgb(189,181,94); }
td.TdClassName
{
border-color: #BDB55E;
}
.TagClassName
{
border-color: #BDB55E;
}
</style>