#BFC49D

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

Shades of Green Mist #BFC49D

Tints of Green Mist #BFC49D

Color information

#BFC49D (or 0xBFC49D) is unknown color: approx Green Mist. HEX triplet: BF, C4 and 9D. RGB value is (191,196,157). Sum of RGB (Red+Green+Blue) = 191+196+157=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC49D is #403B62. Grayscale: #BEBEBE. Windows color (decimal): -4209507 or 10339519. OLE color: 10339519.

HSL color Cylindrical-coordinate representation of color #BFC49D: hue angle of 67.69º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC49D is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB191196157-
CMYK0.0300.200.23
HSL67.69º24.84%69.22%-
HSV(B)67.69º19.9%76.86%-
XYZ47.3152.9939.63-
YUV190.06109.34128.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 196 (76.95% from 255) = 36.03%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=35.11%
G=36.03%
B=28.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961570.0300.200.2367.6924.8469.22
HexBFC49D301417441945
Octal27730423530242710431105
Binary10111111110001001001110111010100101111000100110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC49D; }

 p { color: rgb(191,196,157); }

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

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

 a { background-color: rgb(191,196,157); }

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

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

 span { border-color: rgb(191,196,157); }

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