Shades of Olive Green #BDB64F
Tints of Olive Green #BDB64F
RGB
CMYK
RGB Variations
Color information
#BDB64F (or 0xBDB64F) is known color: Olive Green. HEX triplet: BD, B6 and 4F. RGB value is (189,182,79). Sum of RGB (Red+Green+Blue) = 189+182+79=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB64F is #4249B0. Grayscale: #ACACAC. Windows color (decimal): -4344241 or 5224125. OLE color: 5224125.
HSL color Cylindrical-coordinate representation of color #BDB64F: hue angle of 56.18º 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 #BDB64F is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 79 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.26 |
| HSL | 56.18º | 0.45% | 0.53% | - |
| HSV(B) | 56.18º | 0.58% | 0.74% | - |
| XYZ | 39.13 | 44.84 | 13.99 | - |
| YUV | 172.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 79 | 0 | 0.04 | 0.58 | 0.26 | 56.18 | 0.45 | 0.53 |
| Hex | BD | B6 | 4F | 0 | 4 | 3A | 1A | 38 | 2D | 35 |
| Octal | 275 | 266 | 117 | 0 | 4 | 72 | 32 | 70 | 55 | 65 |
| Binary | 10111101 | 10110110 | 1001111 | 0 | 100 | 111010 | 11010 | 111000 | 101101 | 110101 |
Color Harmonies of #BDB64F
Complementary color
Monochromatic Colors of #BDB64F
Black with #BDB64F
Text Example
Text Example
White with #BDB64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB64F; }
p { color: rgb(189,182,79); }
H1.HeaderClassName
{
color: #BDB64F;
}
.AnyTagClassName
{
color: #BDB64F;
}
</style>
background-color css
<style>
a { background-color: #BDB64F; }
a { background-color: rgb(189,182,79); }
div.DivClassName
{
background-color: #BDB64F;
}
.BgClassName
{
background-color: #BDB64F;
}
</style>
border-color css
<style>
span { border-color: #BDB64F; }
span { border-color: rgb(189,182,79); }
td.TdClassName
{
border-color: #BDB64F;
}
.TagClassName
{
border-color: #BDB64F;
}
</style>