Shades of Olive Green #BDB359
Tints of Olive Green #BDB359
RGB
CMYK
RGB Variations
Color information
#BDB359 (or 0xBDB359) is known color: Olive Green. HEX triplet: BD, B3 and 59. RGB value is (189,179,89). Sum of RGB (Red+Green+Blue) = 189+179+89=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB359 is #424CA6. Grayscale: #ACACAC. Windows color (decimal): -4344999 or 5878717. OLE color: 5878717.
HSL color Cylindrical-coordinate representation of color #BDB359: hue angle of 54º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDB359 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 89 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.26 |
| HSL | 54º | 0.43% | 0.55% | - |
| HSV(B) | 54º | 0.53% | 0.74% | - |
| XYZ | 38.91 | 43.78 | 15.85 | - |
| YUV | 171.73 | 81.31 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 89 | 0 | 0.05 | 0.53 | 0.26 | 54 | 0.43 | 0.55 |
| Hex | BD | B3 | 59 | 0 | 5 | 35 | 1A | 36 | 2B | 37 |
| Octal | 275 | 263 | 131 | 0 | 5 | 65 | 32 | 66 | 53 | 67 |
| Binary | 10111101 | 10110011 | 1011001 | 0 | 101 | 110101 | 11010 | 110110 | 101011 | 110111 |
Color Harmonies of #BDB359
Complementary color
Monochromatic Colors of #BDB359
Black with #BDB359
Text Example
Text Example
White with #BDB359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB359; }
p { color: rgb(189,179,89); }
H1.HeaderClassName
{
color: #BDB359;
}
.AnyTagClassName
{
color: #BDB359;
}
</style>
background-color css
<style>
a { background-color: #BDB359; }
a { background-color: rgb(189,179,89); }
div.DivClassName
{
background-color: #BDB359;
}
.BgClassName
{
background-color: #BDB359;
}
</style>
border-color css
<style>
span { border-color: #BDB359; }
span { border-color: rgb(189,179,89); }
td.TdClassName
{
border-color: #BDB359;
}
.TagClassName
{
border-color: #BDB359;
}
</style>