Shades of Olive Green #BFBC57
Tints of Olive Green #BFBC57
RGB
CMYK
RGB Variations
Color information
#BFBC57 (or 0xBFBC57) is known color: Olive Green. HEX triplet: BF, BC and 57. RGB value is (191,188,87). Sum of RGB (Red+Green+Blue) = 191+188+87=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC57 is #4043A8. Grayscale: #B1B1B1. Windows color (decimal): -4211625 or 5749951. OLE color: 5749951.
HSL color Cylindrical-coordinate representation of color #BFBC57: hue angle of 58.27º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFBC57 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 87 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.25 |
| HSL | 58.27º | 0.45% | 0.55% | - |
| HSV(B) | 58.27º | 0.54% | 0.75% | - |
| XYZ | 41.19 | 47.73 | 16.06 | - |
| YUV | 177.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 87 | 0 | 0.02 | 0.54 | 0.25 | 58.27 | 0.45 | 0.55 |
| Hex | BF | BC | 57 | 0 | 2 | 36 | 19 | 3A | 2D | 37 |
| Octal | 277 | 274 | 127 | 0 | 2 | 66 | 31 | 72 | 55 | 67 |
| Binary | 10111111 | 10111100 | 1010111 | 0 | 10 | 110110 | 11001 | 111010 | 101101 | 110111 |
Color Harmonies of #BFBC57
Complementary color
Monochromatic Colors of #BFBC57
Black with #BFBC57
Text Example
Text Example
White with #BFBC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC57; }
p { color: rgb(191,188,87); }
H1.HeaderClassName
{
color: #BFBC57;
}
.AnyTagClassName
{
color: #BFBC57;
}
</style>
background-color css
<style>
a { background-color: #BFBC57; }
a { background-color: rgb(191,188,87); }
div.DivClassName
{
background-color: #BFBC57;
}
.BgClassName
{
background-color: #BFBC57;
}
</style>
border-color css
<style>
span { border-color: #BFBC57; }
span { border-color: rgb(191,188,87); }
td.TdClassName
{
border-color: #BFBC57;
}
.TagClassName
{
border-color: #BFBC57;
}
</style>