#BFC59F

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

Shades of Green Mist #BFC59F

Tints of Green Mist #BFC59F

Color information

#BFC59F (or 0xBFC59F) is unknown color: approx Green Mist. HEX triplet: BF, C5 and 9F. RGB value is (191,197,159). Sum of RGB (Red+Green+Blue) = 191+197+159=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC59F is #403A60. Grayscale: #BFBFBF. Windows color (decimal): -4209249 or 10470847. OLE color: 10470847.

HSL color Cylindrical-coordinate representation of color #BFC59F: hue angle of 69.47º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC59F is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB191197159-
CMYK0.0300.190.23
HSL69.47º24.68%69.8%-
HSV(B)69.47º19.29%77.25%-
XYZ47.7153.5140.62-
YUV190.87110.01128.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 197 (77.34% from 255) = 36.01%
BLUE value IS 159 (62.5% from 255) = 29.07%
R=34.92%
G=36.01%
B=29.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911971590.0300.190.2369.4724.6869.8
HexBFC59F301317451946
Octal27730523730232710531106
Binary10111111110001011001111111010011101111000101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC59F; }

 p { color: rgb(191,197,159); }

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

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

 a { background-color: rgb(191,197,159); }

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

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

 span { border-color: rgb(191,197,159); }

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