Shades of Olive Green #BDBC5E
Tints of Olive Green #BDBC5E
RGB
CMYK
RGB Variations
Color information
#BDBC5E (or 0xBDBC5E) is known color: Olive Green. HEX triplet: BD, BC and 5E. RGB value is (189,188,94). Sum of RGB (Red+Green+Blue) = 189+188+94=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC5E is #4243A1. Grayscale: #B1B1B1. Windows color (decimal): -4342690 or 6208701. OLE color: 6208701.
HSL color Cylindrical-coordinate representation of color #BDBC5E: hue angle of 59.37º 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 #BDBC5E is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 94 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.26 |
| HSL | 59.37º | 0.42% | 0.55% | - |
| HSV(B) | 59.37º | 0.5% | 0.74% | - |
| XYZ | 40.99 | 47.59 | 17.62 | - |
| YUV | 177.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 94 | 0 | 0.01 | 0.50 | 0.26 | 59.37 | 0.42 | 0.55 |
| Hex | BD | BC | 5E | 0 | 1 | 32 | 1A | 3B | 2A | 37 |
| Octal | 275 | 274 | 136 | 0 | 1 | 62 | 32 | 73 | 52 | 67 |
| Binary | 10111101 | 10111100 | 1011110 | 0 | 1 | 110010 | 11010 | 111011 | 101010 | 110111 |
Color Harmonies of #BDBC5E
Complementary color
Monochromatic Colors of #BDBC5E
Black with #BDBC5E
Text Example
Text Example
White with #BDBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC5E; }
p { color: rgb(189,188,94); }
H1.HeaderClassName
{
color: #BDBC5E;
}
.AnyTagClassName
{
color: #BDBC5E;
}
</style>
background-color css
<style>
a { background-color: #BDBC5E; }
a { background-color: rgb(189,188,94); }
div.DivClassName
{
background-color: #BDBC5E;
}
.BgClassName
{
background-color: #BDBC5E;
}
</style>
border-color css
<style>
span { border-color: #BDBC5E; }
span { border-color: rgb(189,188,94); }
td.TdClassName
{
border-color: #BDBC5E;
}
.TagClassName
{
border-color: #BDBC5E;
}
</style>