Shades of Olive Green #BDB954
Tints of Olive Green #BDB954
RGB
CMYK
RGB Variations
Color information
#BDB954 (or 0xBDB954) is known color: Olive Green. HEX triplet: BD, B9 and 54. RGB value is (189,185,84). Sum of RGB (Red+Green+Blue) = 189+185+84=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB954 is #4246AB. Grayscale: #AFAFAF. Windows color (decimal): -4343468 or 5552573. OLE color: 5552573.
HSL color Cylindrical-coordinate representation of color #BDB954: hue angle of 57.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDB954 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 84 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.26 |
| HSL | 57.71º | 0.44% | 0.54% | - |
| HSV(B) | 57.71º | 0.56% | 0.74% | - |
| XYZ | 39.94 | 46.16 | 15.19 | - |
| YUV | 174.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 84 | 0 | 0.02 | 0.56 | 0.26 | 57.71 | 0.44 | 0.54 |
| Hex | BD | B9 | 54 | 0 | 2 | 38 | 1A | 3A | 2C | 36 |
| Octal | 275 | 271 | 124 | 0 | 2 | 70 | 32 | 72 | 54 | 66 |
| Binary | 10111101 | 10111001 | 1010100 | 0 | 10 | 111000 | 11010 | 111010 | 101100 | 110110 |
Color Harmonies of #BDB954
Complementary color
Monochromatic Colors of #BDB954
Black with #BDB954
Text Example
Text Example
White with #BDB954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB954; }
p { color: rgb(189,185,84); }
H1.HeaderClassName
{
color: #BDB954;
}
.AnyTagClassName
{
color: #BDB954;
}
</style>
background-color css
<style>
a { background-color: #BDB954; }
a { background-color: rgb(189,185,84); }
div.DivClassName
{
background-color: #BDB954;
}
.BgClassName
{
background-color: #BDB954;
}
</style>
border-color css
<style>
span { border-color: #BDB954; }
span { border-color: rgb(189,185,84); }
td.TdClassName
{
border-color: #BDB954;
}
.TagClassName
{
border-color: #BDB954;
}
</style>