#BFC497

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

Shades of Green Mist #BFC497

Tints of Green Mist #BFC497

Color information

#BFC497 (or 0xBFC497) is unknown color: approx Green Mist. HEX triplet: BF, C4 and 97. RGB value is (191,196,151). Sum of RGB (Red+Green+Blue) = 191+196+151=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC497 is #403B68. Grayscale: #BDBDBD. Windows color (decimal): -4209513 or 9946303. OLE color: 9946303.

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

Color convert

RGB191196151-
CMYK0.0300.230.23
HSL66.67º27.61%68.04%-
HSV(B)66.67º22.96%76.86%-
XYZ46.8152.7937-
YUV189.38106.34129.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 196 (76.95% from 255) = 36.43%
BLUE value IS 151 (59.38% from 255) = 28.07%
R=35.50%
G=36.43%
B=28.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961510.0300.230.2366.6727.6168.04
HexBFC497301717431c44
Octal27730422730272710334104
Binary10111111110001001001011111010111101111000011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC497; }

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

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

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

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

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

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

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

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