Shades of Olive Green #BDB95B
Tints of Olive Green #BDB95B
RGB
CMYK
RGB Variations
Color information
#BDB95B (or 0xBDB95B) is known color: Olive Green. HEX triplet: BD, B9 and 5B. RGB value is (189,185,91). Sum of RGB (Red+Green+Blue) = 189+185+91=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB95B is #4246A4. Grayscale: #AFAFAF. Windows color (decimal): -4343461 or 6011325. OLE color: 6011325.
HSL color Cylindrical-coordinate representation of color #BDB95B: hue angle of 57.55º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDB95B is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 91 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.26 |
| HSL | 57.55º | 0.43% | 0.55% | - |
| HSV(B) | 57.55º | 0.52% | 0.74% | - |
| XYZ | 40.22 | 46.27 | 16.71 | - |
| YUV | 175.48 | 80.33 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 91 | 0 | 0.02 | 0.52 | 0.26 | 57.55 | 0.43 | 0.55 |
| Hex | BD | B9 | 5B | 0 | 2 | 34 | 1A | 3A | 2B | 37 |
| Octal | 275 | 271 | 133 | 0 | 2 | 64 | 32 | 72 | 53 | 67 |
| Binary | 10111101 | 10111001 | 1011011 | 0 | 10 | 110100 | 11010 | 111010 | 101011 | 110111 |
Color Harmonies of #BDB95B
Complementary color
Monochromatic Colors of #BDB95B
Black with #BDB95B
Text Example
Text Example
White with #BDB95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB95B; }
p { color: rgb(189,185,91); }
H1.HeaderClassName
{
color: #BDB95B;
}
.AnyTagClassName
{
color: #BDB95B;
}
</style>
background-color css
<style>
a { background-color: #BDB95B; }
a { background-color: rgb(189,185,91); }
div.DivClassName
{
background-color: #BDB95B;
}
.BgClassName
{
background-color: #BDB95B;
}
</style>
border-color css
<style>
span { border-color: #BDB95B; }
span { border-color: rgb(189,185,91); }
td.TdClassName
{
border-color: #BDB95B;
}
.TagClassName
{
border-color: #BDB95B;
}
</style>