#BFBF8E

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

Shades of Green Mist #BFBF8E

Tints of Green Mist #BFBF8E

Color information

#BFBF8E (or 0xBFBF8E) is unknown color: approx Green Mist. HEX triplet: BF, BF and 8E. RGB value is (191,191,142). Sum of RGB (Red+Green+Blue) = 191+191+142=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBF8E is #404071. Grayscale: #B9B9B9. Windows color (decimal): -4210802 or 9355199. OLE color: 9355199.

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

Color convert

RGB191191142-
CMYK000.260.25
HSL60º27.68%65.29%-
HSV(B)60º25.65%74.9%-
XYZ4550.2932.93-
YUV185.41103.5131.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=36.45%
G=36.45%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191142000.260.256027.6865.29
HexBFBF8E001A193c1c41
Octal2772772160032317434101
Binary101111111011111110001110001101011001111100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF8E; }

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

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

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

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

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

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

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

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