Shades of Olive Green #BFBC5E
Tints of Olive Green #BFBC5E
RGB
CMYK
RGB Variations
Color information
#BFBC5E (or 0xBFBC5E) is known color: Olive Green. HEX triplet: BF, BC and 5E. RGB value is (191,188,94). Sum of RGB (Red+Green+Blue) = 191+188+94=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC5E is #4043A1. Grayscale: #B2B2B2. Windows color (decimal): -4211618 or 6208703. OLE color: 6208703.
HSL color Cylindrical-coordinate representation of color #BFBC5E: hue angle of 58.14º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFBC5E is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 188 | 94 | - |
CMYK | 0 | 0.02 | 0.51 | 0.25 |
HSL | 58.14º | 0.43% | 0.56% | - |
HSV(B) | 58.14º | 0.51% | 0.75% | - |
XYZ | 41.49 | 47.85 | 17.64 | - |
YUV | 178.18 | 80.49 | 137.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 188 | 94 | 0 | 0.02 | 0.51 | 0.25 | 58.14 | 0.43 | 0.56 |
Hex | BF | BC | 5E | 0 | 2 | 33 | 19 | 3A | 2B | 38 |
Octal | 277 | 274 | 136 | 0 | 2 | 63 | 31 | 72 | 53 | 70 |
Binary | 10111111 | 10111100 | 1011110 | 0 | 10 | 110011 | 11001 | 111010 | 101011 | 111000 |
Color Harmonies of #BFBC5E
Complementary color
Monochromatic Colors of #BFBC5E
Black with #BFBC5E
Text Example
Text Example
White with #BFBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC5E; }
p { color: rgb(191,188,94); }
H1.HeaderClassName
{
color: #BFBC5E;
}
.AnyTagClassName
{
color: #BFBC5E;
}
</style>
background-color css
<style>
a { background-color: #BFBC5E; }
a { background-color: rgb(191,188,94); }
div.DivClassName
{
background-color: #BFBC5E;
}
.BgClassName
{
background-color: #BFBC5E;
}
</style>
border-color css
<style>
span { border-color: #BFBC5E; }
span { border-color: rgb(191,188,94); }
td.TdClassName
{
border-color: #BFBC5E;
}
.TagClassName
{
border-color: #BFBC5E;
}
</style>