#BFBE96

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

Shades of Green Mist #BFBE96

Tints of Green Mist #BFBE96

Color information

#BFBE96 (or 0xBFBE96) is unknown color: approx Green Mist. HEX triplet: BF, BE and 96. RGB value is (191,190,150). Sum of RGB (Red+Green+Blue) = 191+190+150=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE96 is #404169. Grayscale: #B9B9B9. Windows color (decimal): -4211050 or 9879231. OLE color: 9879231.

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

Color convert

RGB191190150-
CMYK00.010.210.25
HSL58.54º24.26%66.86%-
HSV(B)58.54º21.47%74.9%-
XYZ45.450.1136.13-
YUV185.74107.83131.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=35.97%
G=35.78%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119015000.010.210.2558.5424.2666.86
HexBFBE960115193b1843
Octal2772762260125317330103
Binary101111111011111010010110011010111001111011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE96; }

 p { color: rgb(191,190,150); }

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

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

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

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

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

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

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