#BFBC5E

Color #BFBC5E Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #BFBC5E

Tints of Olive Green #BFBC5E

Color information

#BFBC5E (or 0xBFBC5E) is unknown color: approx 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

RGB19118894-
CMYK00.020.510.25
HSL58.14º43.11%55.88%-
HSV(B)58.14º50.79%74.9%-
XYZ41.4947.8517.64-
YUV178.1880.49137.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 188 (73.83% from 255) = 39.75%
BLUE value IS 94 (37.11% from 255) = 19.87%
R=40.38%
G=39.75%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911889400.020.510.2558.1443.1155.88
HexBFBC5E0233193a2b38
Octal277274136026331725370
Binary1011111110111100101111001011001111001111010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>