#BFC69F

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

Shades of Green Mist #BFC69F

Tints of Green Mist #BFC69F

Color information

#BFC69F (or 0xBFC69F) is unknown color: approx Green Mist. HEX triplet: BF, C6 and 9F. RGB value is (191,198,159). Sum of RGB (Red+Green+Blue) = 191+198+159=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC69F is #403960. Grayscale: #BFBFBF. Windows color (decimal): -4208993 or 10471103. OLE color: 10471103.

HSL color Cylindrical-coordinate representation of color #BFC69F: hue angle of 70.77º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC69F is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB191198159-
CMYK0.0400.200.22
HSL70.77º25.49%70%-
HSV(B)70.77º19.7%77.65%-
XYZ47.9453.9740.69-
YUV191.46109.68127.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.85%
GREEN value IS 198 (77.73% from 255) = 36.13%
BLUE value IS 159 (62.5% from 255) = 29.01%
R=34.85%
G=36.13%
B=29.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981590.0400.200.2270.7725.4970
HexBFC69F401416471946
Octal27730623740242610731106
Binary101111111100011010011111100010100101101000111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC69F; }

 p { color: rgb(191,198,159); }

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

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

 a { background-color: rgb(191,198,159); }

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

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

 span { border-color: rgb(191,198,159); }

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