Shades of Olive Green #BDB65F
Tints of Olive Green #BDB65F
RGB
CMYK
RGB Variations
Color information
#BDB65F (or 0xBDB65F) is known color: Olive Green. HEX triplet: BD, B6 and 5F. RGB value is (189,182,95). Sum of RGB (Red+Green+Blue) = 189+182+95=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB65F is #4249A0. Grayscale: #AEAEAE. Windows color (decimal): -4344225 or 6272701. OLE color: 6272701.
HSL color Cylindrical-coordinate representation of color #BDB65F: hue angle of 55.53º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDB65F is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 95 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.26 |
| HSL | 55.53º | 0.42% | 0.56% | - |
| HSV(B) | 55.53º | 0.5% | 0.74% | - |
| XYZ | 39.78 | 45.1 | 17.44 | - |
| YUV | 174.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 95 | 0 | 0.04 | 0.50 | 0.26 | 55.53 | 0.42 | 0.56 |
| Hex | BD | B6 | 5F | 0 | 4 | 32 | 1A | 38 | 2A | 38 |
| Octal | 275 | 266 | 137 | 0 | 4 | 62 | 32 | 70 | 52 | 70 |
| Binary | 10111101 | 10110110 | 1011111 | 0 | 100 | 110010 | 11010 | 111000 | 101010 | 111000 |
Color Harmonies of #BDB65F
Complementary color
Monochromatic Colors of #BDB65F
Black with #BDB65F
Text Example
Text Example
White with #BDB65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB65F; }
p { color: rgb(189,182,95); }
H1.HeaderClassName
{
color: #BDB65F;
}
.AnyTagClassName
{
color: #BDB65F;
}
</style>
background-color css
<style>
a { background-color: #BDB65F; }
a { background-color: rgb(189,182,95); }
div.DivClassName
{
background-color: #BDB65F;
}
.BgClassName
{
background-color: #BDB65F;
}
</style>
border-color css
<style>
span { border-color: #BDB65F; }
span { border-color: rgb(189,182,95); }
td.TdClassName
{
border-color: #BDB65F;
}
.TagClassName
{
border-color: #BDB65F;
}
</style>