Shades of Olive Green #BDB95F
Tints of Olive Green #BDB95F
RGB
CMYK
RGB Variations
Color information
#BDB95F (or 0xBDB95F) is known color: Olive Green. HEX triplet: BD, B9 and 5F. RGB value is (189,185,95). Sum of RGB (Red+Green+Blue) = 189+185+95=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB95F is #4246A0. Grayscale: #B0B0B0. Windows color (decimal): -4343457 or 6273469. OLE color: 6273469.
HSL color Cylindrical-coordinate representation of color #BDB95F: hue angle of 57.45º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDB95F is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 95 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.26 |
| HSL | 57.45º | 0.42% | 0.56% | - |
| HSV(B) | 57.45º | 0.5% | 0.74% | - |
| XYZ | 40.4 | 46.34 | 17.64 | - |
| YUV | 175.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 95 | 0 | 0.02 | 0.50 | 0.26 | 57.45 | 0.42 | 0.56 |
| Hex | BD | B9 | 5F | 0 | 2 | 32 | 1A | 39 | 2A | 38 |
| Octal | 275 | 271 | 137 | 0 | 2 | 62 | 32 | 71 | 52 | 70 |
| Binary | 10111101 | 10111001 | 1011111 | 0 | 10 | 110010 | 11010 | 111001 | 101010 | 111000 |
Color Harmonies of #BDB95F
Complementary color
Monochromatic Colors of #BDB95F
Black with #BDB95F
Text Example
Text Example
White with #BDB95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB95F; }
p { color: rgb(189,185,95); }
H1.HeaderClassName
{
color: #BDB95F;
}
.AnyTagClassName
{
color: #BDB95F;
}
</style>
background-color css
<style>
a { background-color: #BDB95F; }
a { background-color: rgb(189,185,95); }
div.DivClassName
{
background-color: #BDB95F;
}
.BgClassName
{
background-color: #BDB95F;
}
</style>
border-color css
<style>
span { border-color: #BDB95F; }
span { border-color: rgb(189,185,95); }
td.TdClassName
{
border-color: #BDB95F;
}
.TagClassName
{
border-color: #BDB95F;
}
</style>