#BFBE99

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

Shades of Green Mist #BFBE99

Tints of Green Mist #BFBE99

Color information

#BFBE99 (or 0xBFBE99) is unknown color: approx Green Mist. HEX triplet: BF, BE and 99. RGB value is (191,190,153). Sum of RGB (Red+Green+Blue) = 191+190+153=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE99 is #404166. Grayscale: #BABABA. Windows color (decimal): -4211047 or 10075839. OLE color: 10075839.

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

Color convert

RGB191190153-
CMYK00.010.200.25
HSL58.42º22.89%67.45%-
HSV(B)58.42º19.9%74.9%-
XYZ45.6550.237.42-
YUV186.08109.33131.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 153 (60.16% from 255) = 28.65%
R=35.77%
G=35.58%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119015300.010.200.2558.4222.8967.45
HexBFBE990114193a1743
Octal2772762310124317227103
Binary101111111011111010011001011010011001111010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE99; }

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

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

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

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

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

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

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

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