#BFC091

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

Shades of Green Mist #BFC091

Tints of Green Mist #BFC091

Color information

#BFC091 (or 0xBFC091) is unknown color: approx Green Mist. HEX triplet: BF, C0 and 91. RGB value is (191,192,145). Sum of RGB (Red+Green+Blue) = 191+192+145=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC091 is #403F6E. Grayscale: #BABABA. Windows color (decimal): -4210543 or 9552063. OLE color: 9552063.

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

Color convert

RGB191192145-
CMYK0.0100.240.25
HSL61.28º27.17%66.08%-
HSV(B)61.28º24.48%75.29%-
XYZ45.4550.8234.2-
YUV186.34104.67131.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=36.17%
G=36.36%
B=27.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911921450.0100.240.2561.2827.1766.08
HexBFC0911018193d1b42
Octal2773002211030317533102
Binary101111111100000010010001101100011001111101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC091; }

 p { color: rgb(191,192,145); }

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

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

 a { background-color: rgb(191,192,145); }

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

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

 span { border-color: rgb(191,192,145); }

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