#BFBF9E

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

Shades of Green Mist #BFBF9E

Tints of Green Mist #BFBF9E

Color information

#BFBF9E (or 0xBFBF9E) is unknown color: approx Green Mist. HEX triplet: BF, BF and 9E. RGB value is (191,191,158). Sum of RGB (Red+Green+Blue) = 191+191+158=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBF9E is #404061. Grayscale: #BBBBBB. Windows color (decimal): -4210786 or 10403775. OLE color: 10403775.

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

Color convert

RGB191191158-
CMYK000.170.25
HSL60º20.5%68.43%-
HSV(B)60º17.28%74.9%-
XYZ46.2950.8139.71-
YUV187.24111.5130.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 191 (75% from 255) = 35.37%
BLUE value IS 158 (62.11% from 255) = 29.26%
R=35.37%
G=35.37%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191158000.170.256020.568.43
HexBFBF9E0011193c1444
Octal2772772360021317424104
Binary101111111011111110011110001000111001111100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF9E; }

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

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

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

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

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

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

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

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