#BFC390

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

Shades of Green Mist #BFC390

Tints of Green Mist #BFC390

Color information

#BFC390 (or 0xBFC390) is unknown color: approx Green Mist. HEX triplet: BF, C3 and 90. RGB value is (191,195,144). Sum of RGB (Red+Green+Blue) = 191+195+144=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC390 is #403C6F. Grayscale: #BCBCBC. Windows color (decimal): -4209776 or 9487295. OLE color: 9487295.

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

Color convert

RGB191195144-
CMYK0.0200.260.24
HSL64.71º29.82%66.47%-
HSV(B)64.71º26.15%76.47%-
XYZ46.0452.1234.02-
YUV187.99103.17130.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 195 (76.56% from 255) = 36.79%
BLUE value IS 144 (56.64% from 255) = 27.17%
R=36.04%
G=36.79%
B=27.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911951440.0200.260.2464.7129.8266.47
HexBFC390201A18411e42
Octal27730322020323010136102
Binary10111111110000111001000010011010110001000001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC390; }

 p { color: rgb(191,195,144); }

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

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

 a { background-color: rgb(191,195,144); }

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

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

 span { border-color: rgb(191,195,144); }

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