Shades of Olive Green #BFBC52
Tints of Olive Green #BFBC52
RGB
CMYK
RGB Variations
Color information
#BFBC52 (or 0xBFBC52) is known color: Olive Green. HEX triplet: BF, BC and 52. RGB value is (191,188,82). Sum of RGB (Red+Green+Blue) = 191+188+82=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC52 is #4043AD. Grayscale: #B1B1B1. Windows color (decimal): -4211630 or 5422271. OLE color: 5422271.
HSL color Cylindrical-coordinate representation of color #BFBC52: hue angle of 58.35º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFBC52 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 82 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.25 |
| HSL | 58.35º | 0.46% | 0.54% | - |
| HSV(B) | 58.35º | 0.57% | 0.75% | - |
| XYZ | 40.99 | 47.65 | 15.02 | - |
| YUV | 176.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 82 | 0 | 0.02 | 0.57 | 0.25 | 58.35 | 0.46 | 0.54 |
| Hex | BF | BC | 52 | 0 | 2 | 39 | 19 | 3A | 2E | 36 |
| Octal | 277 | 274 | 122 | 0 | 2 | 71 | 31 | 72 | 56 | 66 |
| Binary | 10111111 | 10111100 | 1010010 | 0 | 10 | 111001 | 11001 | 111010 | 101110 | 110110 |
Color Harmonies of #BFBC52
Complementary color
Monochromatic Colors of #BFBC52
Black with #BFBC52
Text Example
Text Example
White with #BFBC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC52; }
p { color: rgb(191,188,82); }
H1.HeaderClassName
{
color: #BFBC52;
}
.AnyTagClassName
{
color: #BFBC52;
}
</style>
background-color css
<style>
a { background-color: #BFBC52; }
a { background-color: rgb(191,188,82); }
div.DivClassName
{
background-color: #BFBC52;
}
.BgClassName
{
background-color: #BFBC52;
}
</style>
border-color css
<style>
span { border-color: #BFBC52; }
span { border-color: rgb(191,188,82); }
td.TdClassName
{
border-color: #BFBC52;
}
.TagClassName
{
border-color: #BFBC52;
}
</style>