#BFC193

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

Shades of Green Mist #BFC193

Tints of Green Mist #BFC193

Color information

#BFC193 (or 0xBFC193) is unknown color: approx Green Mist. HEX triplet: BF, C1 and 93. RGB value is (191,193,147). Sum of RGB (Red+Green+Blue) = 191+193+147=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC193 is #403E6C. Grayscale: #BBBBBB. Windows color (decimal): -4210285 or 9683391. OLE color: 9683391.

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

Color convert

RGB191193147-
CMYK0.0100.240.24
HSL62.61º27.06%66.67%-
HSV(B)62.61º23.83%75.69%-
XYZ45.8251.3235.09-
YUV187.16105.34130.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 193 (75.78% from 255) = 36.35%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=35.97%
G=36.35%
B=27.68%

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
Decimal1911931470.0100.240.2462.6127.0666.67
HexBFC1931018183f1b43
Octal2773012231030307733103
Binary101111111100000110010011101100011000111111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC193; }

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

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

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

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

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

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

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

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