Shades of Olive Green #BDBD5E
Tints of Olive Green #BDBD5E
RGB
CMYK
RGB Variations
Color information
#BDBD5E (or 0xBDBD5E) is known color: Olive Green. HEX triplet: BD, BD and 5E. RGB value is (189,189,94). Sum of RGB (Red+Green+Blue) = 189+189+94=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD5E is #4242A1. Grayscale: #B2B2B2. Windows color (decimal): -4342434 or 6208957. OLE color: 6208957.
HSL color Cylindrical-coordinate representation of color #BDBD5E: hue angle of 60º 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 #BDBD5E is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 94 | - |
| CMYK | 0 | 0 | 0.50 | 0.26 |
| HSL | 60º | 0.42% | 0.55% | - |
| HSV(B) | 60º | 0.5% | 0.74% | - |
| XYZ | 41.2 | 48.02 | 17.69 | - |
| YUV | 178.17 | 80.5 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 94 | 0 | 0 | 0.50 | 0.26 | 60 | 0.42 | 0.55 |
| Hex | BD | BD | 5E | 0 | 0 | 32 | 1A | 3C | 2A | 37 |
| Octal | 275 | 275 | 136 | 0 | 0 | 62 | 32 | 74 | 52 | 67 |
| Binary | 10111101 | 10111101 | 1011110 | 0 | 0 | 110010 | 11010 | 111100 | 101010 | 110111 |
Color Harmonies of #BDBD5E
Complementary color
Monochromatic Colors of #BDBD5E
Black with #BDBD5E
Text Example
Text Example
White with #BDBD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD5E; }
p { color: rgb(189,189,94); }
H1.HeaderClassName
{
color: #BDBD5E;
}
.AnyTagClassName
{
color: #BDBD5E;
}
</style>
background-color css
<style>
a { background-color: #BDBD5E; }
a { background-color: rgb(189,189,94); }
div.DivClassName
{
background-color: #BDBD5E;
}
.BgClassName
{
background-color: #BDBD5E;
}
</style>
border-color css
<style>
span { border-color: #BDBD5E; }
span { border-color: rgb(189,189,94); }
td.TdClassName
{
border-color: #BDBD5E;
}
.TagClassName
{
border-color: #BDBD5E;
}
</style>