Shades of Olive Green #BDB75D
Tints of Olive Green #BDB75D
RGB
CMYK
RGB Variations
Color information
#BDB75D (or 0xBDB75D) is known color: Olive Green. HEX triplet: BD, B7 and 5D. RGB value is (189,183,93). Sum of RGB (Red+Green+Blue) = 189+183+93=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB75D is #4248A2. Grayscale: #AEAEAE. Windows color (decimal): -4343971 or 6141885. OLE color: 6141885.
HSL color Cylindrical-coordinate representation of color #BDB75D: hue angle of 56.25º 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 #BDB75D is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 93 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.26 |
| HSL | 56.25º | 0.42% | 0.55% | - |
| HSV(B) | 56.25º | 0.51% | 0.74% | - |
| XYZ | 39.9 | 45.48 | 17.03 | - |
| YUV | 174.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 93 | 0 | 0.03 | 0.51 | 0.26 | 56.25 | 0.42 | 0.55 |
| Hex | BD | B7 | 5D | 0 | 3 | 33 | 1A | 38 | 2A | 37 |
| Octal | 275 | 267 | 135 | 0 | 3 | 63 | 32 | 70 | 52 | 67 |
| Binary | 10111101 | 10110111 | 1011101 | 0 | 11 | 110011 | 11010 | 111000 | 101010 | 110111 |
Color Harmonies of #BDB75D
Complementary color
Monochromatic Colors of #BDB75D
Black with #BDB75D
Text Example
Text Example
White with #BDB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB75D; }
p { color: rgb(189,183,93); }
H1.HeaderClassName
{
color: #BDB75D;
}
.AnyTagClassName
{
color: #BDB75D;
}
</style>
background-color css
<style>
a { background-color: #BDB75D; }
a { background-color: rgb(189,183,93); }
div.DivClassName
{
background-color: #BDB75D;
}
.BgClassName
{
background-color: #BDB75D;
}
</style>
border-color css
<style>
span { border-color: #BDB75D; }
span { border-color: rgb(189,183,93); }
td.TdClassName
{
border-color: #BDB75D;
}
.TagClassName
{
border-color: #BDB75D;
}
</style>