#BFC791

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

Shades of Green Mist #BFC791

Tints of Green Mist #BFC791

Color information

#BFC791 (or 0xBFC791) is unknown color: approx Green Mist. HEX triplet: BF, C7 and 91. RGB value is (191,199,145). Sum of RGB (Red+Green+Blue) = 191+199+145=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC791 is #40386E. Grayscale: #BEBEBE. Windows color (decimal): -4208751 or 9553855. OLE color: 9553855.

HSL color Cylindrical-coordinate representation of color #BFC791: hue angle of 68.89º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFC791 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB191199145-
CMYK0.0400.270.22
HSL68.89º32.53%67.45%-
HSV(B)68.89º27.14%78.04%-
XYZ47.0253.9734.73-
YUV190.45102.35128.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 199 (78.12% from 255) = 37.20%
BLUE value IS 145 (57.03% from 255) = 27.10%
R=35.70%
G=37.20%
B=27.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911991450.0400.270.2268.8932.5367.45
HexBFC791401B16452143
Octal27730722140332610541103
Binary1011111111000111100100011000110111011010001011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC791; }

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

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

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

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

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

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

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

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