#BFC192

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

Shades of Green Mist #BFC192

Tints of Green Mist #BFC192

Color information

#BFC192 (or 0xBFC192) is unknown color: approx Green Mist. HEX triplet: BF, C1 and 92. RGB value is (191,193,146). Sum of RGB (Red+Green+Blue) = 191+193+146=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC192 is #403E6D. Grayscale: #BBBBBB. Windows color (decimal): -4210286 or 9617855. OLE color: 9617855.

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

Color convert

RGB191193146-
CMYK0.0100.240.24
HSL62.55º27.49%66.47%-
HSV(B)62.55º24.35%75.69%-
XYZ45.7451.2934.68-
YUV187.04104.84130.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 146 (57.42% from 255) = 27.55%
R=36.04%
G=36.42%
B=27.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931460.0100.240.2462.5527.4966.47
HexBFC1921018183f1b42
Octal2773012221030307733102
Binary101111111100000110010010101100011000111111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC192; }

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

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

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

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

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

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

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

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