#BFC18C

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

Shades of Green Mist #BFC18C

Tints of Green Mist #BFC18C

Color information

#BFC18C (or 0xBFC18C) is unknown color: approx Green Mist. HEX triplet: BF, C1 and 8C. RGB value is (191,193,140). Sum of RGB (Red+Green+Blue) = 191+193+140=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC18C is #403E73. Grayscale: #BABABA. Windows color (decimal): -4210292 or 9224639. OLE color: 9224639.

HSL color Cylindrical-coordinate representation of color #BFC18C: hue angle of 62.26º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFC18C is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB191193140-
CMYK0.0100.270.24
HSL62.26º29.94%65.29%-
HSV(B)62.26º27.46%75.69%-
XYZ45.2951.1132.29-
YUV186.36101.84131.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 193 (75.78% from 255) = 36.83%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=36.45%
G=36.83%
B=26.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931400.0100.270.2462.2629.9465.29
HexBFC18C101B183e1e41
Octal2773012141033307636101
Binary101111111100000110001100101101111000111110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC18C; }

 p { color: rgb(191,193,140); }

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

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

 a { background-color: rgb(191,193,140); }

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

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

 span { border-color: rgb(191,193,140); }

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