Shades of Olive Green #BDB85D
Tints of Olive Green #BDB85D
RGB
CMYK
RGB Variations
Color information
#BDB85D (or 0xBDB85D) is known color: Olive Green. HEX triplet: BD, B8 and 5D. RGB value is (189,184,93). Sum of RGB (Red+Green+Blue) = 189+184+93=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB85D is #4247A2. Grayscale: #AFAFAF. Windows color (decimal): -4343715 or 6142141. OLE color: 6142141.
HSL color Cylindrical-coordinate representation of color #BDB85D: hue angle of 56.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDB85D is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 93 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.26 |
| HSL | 56.88º | 0.42% | 0.55% | - |
| HSV(B) | 56.88º | 0.51% | 0.74% | - |
| XYZ | 40.1 | 45.89 | 17.1 | - |
| YUV | 175.12 | 81.66 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 93 | 0 | 0.03 | 0.51 | 0.26 | 56.88 | 0.42 | 0.55 |
| Hex | BD | B8 | 5D | 0 | 3 | 33 | 1A | 39 | 2A | 37 |
| Octal | 275 | 270 | 135 | 0 | 3 | 63 | 32 | 71 | 52 | 67 |
| Binary | 10111101 | 10111000 | 1011101 | 0 | 11 | 110011 | 11010 | 111001 | 101010 | 110111 |
Color Harmonies of #BDB85D
Complementary color
Monochromatic Colors of #BDB85D
Black with #BDB85D
Text Example
Text Example
White with #BDB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB85D; }
p { color: rgb(189,184,93); }
H1.HeaderClassName
{
color: #BDB85D;
}
.AnyTagClassName
{
color: #BDB85D;
}
</style>
background-color css
<style>
a { background-color: #BDB85D; }
a { background-color: rgb(189,184,93); }
div.DivClassName
{
background-color: #BDB85D;
}
.BgClassName
{
background-color: #BDB85D;
}
</style>
border-color css
<style>
span { border-color: #BDB85D; }
span { border-color: rgb(189,184,93); }
td.TdClassName
{
border-color: #BDB85D;
}
.TagClassName
{
border-color: #BDB85D;
}
</style>