#BFBF8C

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

Shades of Green Mist #BFBF8C

Tints of Green Mist #BFBF8C

Color information

#BFBF8C (or 0xBFBF8C) is unknown color: approx Green Mist. HEX triplet: BF, BF and 8C. RGB value is (191,191,140). Sum of RGB (Red+Green+Blue) = 191+191+140=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBF8C is #404073. Grayscale: #B9B9B9. Windows color (decimal): -4210804 or 9224127. OLE color: 9224127.

HSL color Cylindrical-coordinate representation of color #BFBF8C: 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.27%. Process color model (Four color, CMYK) of #BFBF8C is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB191191140-
CMYK000.270.25
HSL60º28.49%64.9%-
HSV(B)60º26.7%74.9%-
XYZ44.8550.2332.14-
YUV185.19102.5132.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 140 (55.08% from 255) = 26.82%
R=36.59%
G=36.59%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191140000.270.256028.4964.9
HexBFBF8C001B193c1c41
Octal2772772140033317434101
Binary101111111011111110001100001101111001111100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF8C; }

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

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

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

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

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

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

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

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