#BFC694

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

Shades of Green Mist #BFC694

Tints of Green Mist #BFC694

Color information

#BFC694 (or 0xBFC694) is unknown color: approx Green Mist. HEX triplet: BF, C6 and 94. RGB value is (191,198,148). Sum of RGB (Red+Green+Blue) = 191+198+148=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC694 is #40396B. Grayscale: #BEBEBE. Windows color (decimal): -4209004 or 9750207. OLE color: 9750207.

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

Color convert

RGB191198148-
CMYK0.0400.250.22
HSL68.4º30.49%67.84%-
HSV(B)68.4º25.25%77.65%-
XYZ47.0353.635.88-
YUV190.21104.18128.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.57%
GREEN value IS 198 (77.73% from 255) = 36.87%
BLUE value IS 148 (58.20% from 255) = 27.56%
R=35.57%
G=36.87%
B=27.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981480.0400.250.2268.430.4967.84
HexBFC694401916441e44
Octal27730622440312610436104
Binary101111111100011010010100100011001101101000100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC694; }

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

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

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

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

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

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

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

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