#BFBE93

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

Shades of Green Mist #BFBE93

Tints of Green Mist #BFBE93

Color information

#BFBE93 (or 0xBFBE93) is unknown color: approx Green Mist. HEX triplet: BF, BE and 93. RGB value is (191,190,147). Sum of RGB (Red+Green+Blue) = 191+190+147=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE93 is #40416C. Grayscale: #B9B9B9. Windows color (decimal): -4211053 or 9682623. OLE color: 9682623.

HSL color Cylindrical-coordinate representation of color #BFBE93: hue angle of 58.64º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFBE93 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB191190147-
CMYK00.010.230.25
HSL58.64º25.58%66.27%-
HSV(B)58.64º23.04%74.9%-
XYZ45.1750.0134.88-
YUV185.4106.33132-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 147 (57.81% from 255) = 27.84%
R=36.17%
G=35.98%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119014700.010.230.2558.6425.5866.27
HexBFBE930117193b1a42
Octal2772762230127317332102
Binary101111111011111010010011011011111001111011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE93; }

 p { color: rgb(191,190,147); }

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

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

 a { background-color: rgb(191,190,147); }

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

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

 span { border-color: rgb(191,190,147); }

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