Shades of Olive Green #BDB154
Tints of Olive Green #BDB154
RGB
CMYK
RGB Variations
Color information
#BDB154 (or 0xBDB154) is known color: Olive Green. HEX triplet: BD, B1 and 54. RGB value is (189,177,84). Sum of RGB (Red+Green+Blue) = 189+177+84=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB154 is #424EAB. Grayscale: #AAAAAA. Windows color (decimal): -4345516 or 5550525. OLE color: 5550525.
HSL color Cylindrical-coordinate representation of color #BDB154: hue angle of 53.14º 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 #BDB154 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 84 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.26 |
| HSL | 53.14º | 0.44% | 0.54% | - |
| HSV(B) | 53.14º | 0.56% | 0.74% | - |
| XYZ | 38.31 | 42.9 | 14.65 | - |
| YUV | 169.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 84 | 0 | 0.06 | 0.56 | 0.26 | 53.14 | 0.44 | 0.54 |
| Hex | BD | B1 | 54 | 0 | 6 | 38 | 1A | 35 | 2C | 36 |
| Octal | 275 | 261 | 124 | 0 | 6 | 70 | 32 | 65 | 54 | 66 |
| Binary | 10111101 | 10110001 | 1010100 | 0 | 110 | 111000 | 11010 | 110101 | 101100 | 110110 |
Color Harmonies of #BDB154
Complementary color
Monochromatic Colors of #BDB154
Black with #BDB154
Text Example
Text Example
White with #BDB154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB154; }
p { color: rgb(189,177,84); }
H1.HeaderClassName
{
color: #BDB154;
}
.AnyTagClassName
{
color: #BDB154;
}
</style>
background-color css
<style>
a { background-color: #BDB154; }
a { background-color: rgb(189,177,84); }
div.DivClassName
{
background-color: #BDB154;
}
.BgClassName
{
background-color: #BDB154;
}
</style>
border-color css
<style>
span { border-color: #BDB154; }
span { border-color: rgb(189,177,84); }
td.TdClassName
{
border-color: #BDB154;
}
.TagClassName
{
border-color: #BDB154;
}
</style>