Shades of Olive Green #BFBC56
Tints of Olive Green #BFBC56
RGB
CMYK
RGB Variations
Color information
#BFBC56 (or 0xBFBC56) is known color: Olive Green. HEX triplet: BF, BC and 56. RGB value is (191,188,86). Sum of RGB (Red+Green+Blue) = 191+188+86=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC56 is #4043A9. Grayscale: #B1B1B1. Windows color (decimal): -4211626 or 5684415. OLE color: 5684415.
HSL color Cylindrical-coordinate representation of color #BFBC56: hue angle of 58.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFBC56 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 86 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.25 |
| HSL | 58.29º | 0.45% | 0.54% | - |
| HSV(B) | 58.29º | 0.55% | 0.75% | - |
| XYZ | 41.15 | 47.71 | 15.85 | - |
| YUV | 177.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 86 | 0 | 0.02 | 0.55 | 0.25 | 58.29 | 0.45 | 0.54 |
| Hex | BF | BC | 56 | 0 | 2 | 37 | 19 | 3A | 2D | 36 |
| Octal | 277 | 274 | 126 | 0 | 2 | 67 | 31 | 72 | 55 | 66 |
| Binary | 10111111 | 10111100 | 1010110 | 0 | 10 | 110111 | 11001 | 111010 | 101101 | 110110 |
Color Harmonies of #BFBC56
Complementary color
Monochromatic Colors of #BFBC56
Black with #BFBC56
Text Example
Text Example
White with #BFBC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC56; }
p { color: rgb(191,188,86); }
H1.HeaderClassName
{
color: #BFBC56;
}
.AnyTagClassName
{
color: #BFBC56;
}
</style>
background-color css
<style>
a { background-color: #BFBC56; }
a { background-color: rgb(191,188,86); }
div.DivClassName
{
background-color: #BFBC56;
}
.BgClassName
{
background-color: #BFBC56;
}
</style>
border-color css
<style>
span { border-color: #BFBC56; }
span { border-color: rgb(191,188,86); }
td.TdClassName
{
border-color: #BFBC56;
}
.TagClassName
{
border-color: #BFBC56;
}
</style>