#BFC78E

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

Shades of Green Mist #BFC78E

Tints of Green Mist #BFC78E

Color information

#BFC78E (or 0xBFC78E) is unknown color: approx Green Mist. HEX triplet: BF, C7 and 8E. RGB value is (191,199,142). Sum of RGB (Red+Green+Blue) = 191+199+142=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC78E is #403871. Grayscale: #BEBEBE. Windows color (decimal): -4208754 or 9357247. OLE color: 9357247.

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

Color convert

RGB191199142-
CMYK0.0400.290.22
HSL68.42º33.73%66.86%-
HSV(B)68.42º28.64%78.04%-
XYZ46.7953.8833.52-
YUV190.11100.85128.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 199 (78.12% from 255) = 37.41%
BLUE value IS 142 (55.86% from 255) = 26.69%
R=35.90%
G=37.41%
B=26.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911991420.0400.290.2268.4233.7366.86
HexBFC78E401D16442243
Octal27730721640352610442103
Binary1011111111000111100011101000111011011010001001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC78E; }

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

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

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

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

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

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

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

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