Shades of Olive Green #BDBB5D
Tints of Olive Green #BDBB5D
RGB
CMYK
RGB Variations
Color information
#BDBB5D (or 0xBDBB5D) is known color: Olive Green. HEX triplet: BD, BB and 5D. RGB value is (189,187,93). Sum of RGB (Red+Green+Blue) = 189+187+93=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB5D is #4244A2. Grayscale: #B1B1B1. Windows color (decimal): -4342947 or 6142909. OLE color: 6142909.
HSL color Cylindrical-coordinate representation of color #BDBB5D: hue angle of 58.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDBB5D is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 93 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.26 |
| HSL | 58.75º | 0.42% | 0.55% | - |
| HSV(B) | 58.75º | 0.51% | 0.74% | - |
| XYZ | 40.73 | 47.15 | 17.31 | - |
| YUV | 176.88 | 80.66 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 93 | 0 | 0.01 | 0.51 | 0.26 | 58.75 | 0.42 | 0.55 |
| Hex | BD | BB | 5D | 0 | 1 | 33 | 1A | 3B | 2A | 37 |
| Octal | 275 | 273 | 135 | 0 | 1 | 63 | 32 | 73 | 52 | 67 |
| Binary | 10111101 | 10111011 | 1011101 | 0 | 1 | 110011 | 11010 | 111011 | 101010 | 110111 |
Color Harmonies of #BDBB5D
Complementary color
Monochromatic Colors of #BDBB5D
Black with #BDBB5D
Text Example
Text Example
White with #BDBB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB5D; }
p { color: rgb(189,187,93); }
H1.HeaderClassName
{
color: #BDBB5D;
}
.AnyTagClassName
{
color: #BDBB5D;
}
</style>
background-color css
<style>
a { background-color: #BDBB5D; }
a { background-color: rgb(189,187,93); }
div.DivClassName
{
background-color: #BDBB5D;
}
.BgClassName
{
background-color: #BDBB5D;
}
</style>
border-color css
<style>
span { border-color: #BDBB5D; }
span { border-color: rgb(189,187,93); }
td.TdClassName
{
border-color: #BDBB5D;
}
.TagClassName
{
border-color: #BDBB5D;
}
</style>