Shades of Olive Green #BFBC54
Tints of Olive Green #BFBC54
RGB
CMYK
RGB Variations
Color information
#BFBC54 (or 0xBFBC54) is known color: Olive Green. HEX triplet: BF, BC and 54. RGB value is (191,188,84). Sum of RGB (Red+Green+Blue) = 191+188+84=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC54 is #4043AB. Grayscale: #B1B1B1. Windows color (decimal): -4211628 or 5553343. OLE color: 5553343.
HSL color Cylindrical-coordinate representation of color #BFBC54: hue angle of 58.32º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFBC54 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 84 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.25 |
| HSL | 58.32º | 0.46% | 0.54% | - |
| HSV(B) | 58.32º | 0.56% | 0.75% | - |
| XYZ | 41.07 | 47.68 | 15.43 | - |
| YUV | 177.04 | 75.49 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 84 | 0 | 0.02 | 0.56 | 0.25 | 58.32 | 0.46 | 0.54 |
| Hex | BF | BC | 54 | 0 | 2 | 38 | 19 | 3A | 2E | 36 |
| Octal | 277 | 274 | 124 | 0 | 2 | 70 | 31 | 72 | 56 | 66 |
| Binary | 10111111 | 10111100 | 1010100 | 0 | 10 | 111000 | 11001 | 111010 | 101110 | 110110 |
Color Harmonies of #BFBC54
Complementary color
Monochromatic Colors of #BFBC54
Black with #BFBC54
Text Example
Text Example
White with #BFBC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC54; }
p { color: rgb(191,188,84); }
H1.HeaderClassName
{
color: #BFBC54;
}
.AnyTagClassName
{
color: #BFBC54;
}
</style>
background-color css
<style>
a { background-color: #BFBC54; }
a { background-color: rgb(191,188,84); }
div.DivClassName
{
background-color: #BFBC54;
}
.BgClassName
{
background-color: #BFBC54;
}
</style>
border-color css
<style>
span { border-color: #BFBC54; }
span { border-color: rgb(191,188,84); }
td.TdClassName
{
border-color: #BFBC54;
}
.TagClassName
{
border-color: #BFBC54;
}
</style>