Shades of Olive Green #BDB658
Tints of Olive Green #BDB658
RGB
CMYK
RGB Variations
Color information
#BDB658 (or 0xBDB658) is known color: Olive Green. HEX triplet: BD, B6 and 58. RGB value is (189,182,88). Sum of RGB (Red+Green+Blue) = 189+182+88=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB658 is #4249A7. Grayscale: #ADADAD. Windows color (decimal): -4344232 or 5813949. OLE color: 5813949.
HSL color Cylindrical-coordinate representation of color #BDB658: hue angle of 55.84º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDB658 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 88 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.26 |
| HSL | 55.84º | 0.43% | 0.54% | - |
| HSV(B) | 55.84º | 0.53% | 0.74% | - |
| XYZ | 39.48 | 44.98 | 15.83 | - |
| YUV | 173.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 88 | 0 | 0.04 | 0.53 | 0.26 | 55.84 | 0.43 | 0.54 |
| Hex | BD | B6 | 58 | 0 | 4 | 35 | 1A | 38 | 2B | 36 |
| Octal | 275 | 266 | 130 | 0 | 4 | 65 | 32 | 70 | 53 | 66 |
| Binary | 10111101 | 10110110 | 1011000 | 0 | 100 | 110101 | 11010 | 111000 | 101011 | 110110 |
Color Harmonies of #BDB658
Complementary color
Monochromatic Colors of #BDB658
Black with #BDB658
Text Example
Text Example
White with #BDB658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB658; }
p { color: rgb(189,182,88); }
H1.HeaderClassName
{
color: #BDB658;
}
.AnyTagClassName
{
color: #BDB658;
}
</style>
background-color css
<style>
a { background-color: #BDB658; }
a { background-color: rgb(189,182,88); }
div.DivClassName
{
background-color: #BDB658;
}
.BgClassName
{
background-color: #BDB658;
}
</style>
border-color css
<style>
span { border-color: #BDB658; }
span { border-color: rgb(189,182,88); }
td.TdClassName
{
border-color: #BDB658;
}
.TagClassName
{
border-color: #BDB658;
}
</style>