#BFBFA0

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

Shades of Green Mist #BFBFA0

Tints of Green Mist #BFBFA0

Color information

#BFBFA0 (or 0xBFBFA0) is unknown color: approx Green Mist. HEX triplet: BF, BF and A0. RGB value is (191,191,160). Sum of RGB (Red+Green+Blue) = 191+191+160=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBFA0 is #40405F. Grayscale: #BBBBBB. Windows color (decimal): -4210784 or 10534847. OLE color: 10534847.

HSL color Cylindrical-coordinate representation of color #BFBFA0: hue angle of 60º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFBFA0 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB191191160-
CMYK000.160.25
HSL60º19.5%68.82%-
HSV(B)60º16.23%74.9%-
XYZ46.4650.8840.63-
YUV187.47112.5130.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 160 (62.89% from 255) = 29.52%
R=35.24%
G=35.24%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191160000.160.256019.568.82
HexBFBFA00010193c1345
Octal2772772400020317423105
Binary101111111011111110100000001000011001111100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFA0; }

 p { color: rgb(191,191,160); }

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

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

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

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

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

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

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