#BFC78A

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

Shades of Green Mist #BFC78A

Tints of Green Mist #BFC78A

Color information

#BFC78A (or 0xBFC78A) is unknown color: approx Green Mist. HEX triplet: BF, C7 and 8A. RGB value is (191,199,138). Sum of RGB (Red+Green+Blue) = 191+199+138=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC78A is #403875. Grayscale: #BDBDBD. Windows color (decimal): -4208758 or 9095103. OLE color: 9095103.

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

Color convert

RGB191199138-
CMYK0.0400.310.22
HSL67.87º35.26%66.08%-
HSV(B)67.87º30.65%78.04%-
XYZ46.553.7631.97-
YUV189.6598.85128.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 199 (78.12% from 255) = 37.69%
BLUE value IS 138 (54.30% from 255) = 26.14%
R=36.17%
G=37.69%
B=26.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911991380.0400.310.2267.8735.2666.08
HexBFC78A401F16442342
Octal27730721240372610443102
Binary1011111111000111100010101000111111011010001001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC78A; }

 p { color: rgb(191,199,138); }

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

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

 a { background-color: rgb(191,199,138); }

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

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

 span { border-color: rgb(191,199,138); }

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