#BFC29B

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

Shades of Green Mist #BFC29B

Tints of Green Mist #BFC29B

Color information

#BFC29B (or 0xBFC29B) is unknown color: approx Green Mist. HEX triplet: BF, C2 and 9B. RGB value is (191,194,155). Sum of RGB (Red+Green+Blue) = 191+194+155=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC29B is #403D64. Grayscale: #BCBCBC. Windows color (decimal): -4210021 or 10207935. OLE color: 10207935.

HSL color Cylindrical-coordinate representation of color #BFC29B: hue angle of 64.62º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC29B is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB191194155-
CMYK0.0200.200.24
HSL64.62º24.22%68.43%-
HSV(B)64.62º20.1%76.08%-
XYZ46.6952.0338.59-
YUV188.66109.01129.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 194 (76.17% from 255) = 35.93%
BLUE value IS 155 (60.94% from 255) = 28.70%
R=35.37%
G=35.93%
B=28.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911941550.0200.200.2464.6224.2268.43
HexBFC29B201418411844
Octal27730223320243010130104
Binary10111111110000101001101110010100110001000001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC29B; }

 p { color: rgb(191,194,155); }

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

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

 a { background-color: rgb(191,194,155); }

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

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

 span { border-color: rgb(191,194,155); }

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