Shades of Olive Green #BDB84F
Tints of Olive Green #BDB84F
RGB
CMYK
RGB Variations
Color information
#BDB84F (or 0xBDB84F) is known color: Olive Green. HEX triplet: BD, B8 and 4F. RGB value is (189,184,79). Sum of RGB (Red+Green+Blue) = 189+184+79=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 79 (31.25% from 255 or 17.48% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB84F is #4247B0. Grayscale: #ADADAD. Windows color (decimal): -4343729 or 5224637. OLE color: 5224637.
HSL color Cylindrical-coordinate representation of color #BDB84F: hue angle of 57.27º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDB84F is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 79 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.26 |
| HSL | 57.27º | 0.45% | 0.53% | - |
| HSV(B) | 57.27º | 0.58% | 0.74% | - |
| XYZ | 39.54 | 45.66 | 14.13 | - |
| YUV | 173.53 | 74.66 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 79 | 0 | 0.03 | 0.58 | 0.26 | 57.27 | 0.45 | 0.53 |
| Hex | BD | B8 | 4F | 0 | 3 | 3A | 1A | 39 | 2D | 35 |
| Octal | 275 | 270 | 117 | 0 | 3 | 72 | 32 | 71 | 55 | 65 |
| Binary | 10111101 | 10111000 | 1001111 | 0 | 11 | 111010 | 11010 | 111001 | 101101 | 110101 |
Color Harmonies of #BDB84F
Complementary color
Monochromatic Colors of #BDB84F
Black with #BDB84F
Text Example
Text Example
White with #BDB84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB84F; }
p { color: rgb(189,184,79); }
H1.HeaderClassName
{
color: #BDB84F;
}
.AnyTagClassName
{
color: #BDB84F;
}
</style>
background-color css
<style>
a { background-color: #BDB84F; }
a { background-color: rgb(189,184,79); }
div.DivClassName
{
background-color: #BDB84F;
}
.BgClassName
{
background-color: #BDB84F;
}
</style>
border-color css
<style>
span { border-color: #BDB84F; }
span { border-color: rgb(189,184,79); }
td.TdClassName
{
border-color: #BDB84F;
}
.TagClassName
{
border-color: #BDB84F;
}
</style>