Shades of Olive Green #BDB65E
Tints of Olive Green #BDB65E
RGB
CMYK
RGB Variations
Color information
#BDB65E (or 0xBDB65E) is known color: Olive Green. HEX triplet: BD, B6 and 5E. RGB value is (189,182,94). Sum of RGB (Red+Green+Blue) = 189+182+94=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB65E is #4249A1. Grayscale: #AEAEAE. Windows color (decimal): -4344226 or 6207165. OLE color: 6207165.
HSL color Cylindrical-coordinate representation of color #BDB65E: hue angle of 55.58º 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 #BDB65E is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 94 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.26 |
| HSL | 55.58º | 0.42% | 0.55% | - |
| HSV(B) | 55.58º | 0.5% | 0.74% | - |
| XYZ | 39.73 | 45.08 | 17.2 | - |
| YUV | 174.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 94 | 0 | 0.04 | 0.50 | 0.26 | 55.58 | 0.42 | 0.55 |
| Hex | BD | B6 | 5E | 0 | 4 | 32 | 1A | 38 | 2A | 37 |
| Octal | 275 | 266 | 136 | 0 | 4 | 62 | 32 | 70 | 52 | 67 |
| Binary | 10111101 | 10110110 | 1011110 | 0 | 100 | 110010 | 11010 | 111000 | 101010 | 110111 |
Color Harmonies of #BDB65E
Complementary color
Monochromatic Colors of #BDB65E
Black with #BDB65E
Text Example
Text Example
White with #BDB65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB65E; }
p { color: rgb(189,182,94); }
H1.HeaderClassName
{
color: #BDB65E;
}
.AnyTagClassName
{
color: #BDB65E;
}
</style>
background-color css
<style>
a { background-color: #BDB65E; }
a { background-color: rgb(189,182,94); }
div.DivClassName
{
background-color: #BDB65E;
}
.BgClassName
{
background-color: #BDB65E;
}
</style>
border-color css
<style>
span { border-color: #BDB65E; }
span { border-color: rgb(189,182,94); }
td.TdClassName
{
border-color: #BDB65E;
}
.TagClassName
{
border-color: #BDB65E;
}
</style>