#BFBC5B

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

Shades of Olive Green #BFBC5B

Tints of Olive Green #BFBC5B

Color information

#BFBC5B (or 0xBFBC5B) is unknown color: approx Olive Green. HEX triplet: BF, BC and 5B. RGB value is (191,188,91). Sum of RGB (Red+Green+Blue) = 191+188+91=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC5B is #4043A4. Grayscale: #B2B2B2. Windows color (decimal): -4211621 or 6012095. OLE color: 6012095.

HSL color Cylindrical-coordinate representation of color #BFBC5B: hue angle of 58.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFBC5B is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19118891-
CMYK00.020.520.25
HSL58.2º43.86%55.29%-
HSV(B)58.2º52.36%74.9%-
XYZ41.3647.816.94-
YUV177.8478.99137.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 188 (73.83% from 255) = 40%
BLUE value IS 91 (35.94% from 255) = 19.36%
R=40.64%
G=40%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911889100.020.520.2558.243.8655.29
HexBFBC5B0234193a2c37
Octal277274133026431725467
Binary1011111110111100101101101011010011001111010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC5B; }

 p { color: rgb(191,188,91); }

 H1.HeaderClassName
 {
   color: #BFBC5B;
 }
 .AnyTagClassName
 {
   color: #BFBC5B;
 }
</style>
background-color css

<style>
 a { background-color: #BFBC5B; }

 a { background-color: rgb(191,188,91); }

 div.DivClassName
 {
   background-color: #BFBC5B;
 }
 .BgClassName
 {
   background-color: #BFBC5B;
 }
</style>
border-color css

<style>
 span { border-color: #BFBC5B; }

 span { border-color: rgb(191,188,91); }

 td.TdClassName
 {
   border-color: #BFBC5B;
 }
 .TagClassName
 {
   border-color: #BFBC5B;
 }
</style>