#BFBF9A

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

Shades of Green Mist #BFBF9A

Tints of Green Mist #BFBF9A

Color information

#BFBF9A (or 0xBFBF9A) is unknown color: approx Green Mist. HEX triplet: BF, BF and 9A. RGB value is (191,191,154). Sum of RGB (Red+Green+Blue) = 191+191+154=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBF9A is #404065. Grayscale: #BABABA. Windows color (decimal): -4210790 or 10141631. OLE color: 10141631.

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

Color convert

RGB191191154-
CMYK000.190.25
HSL60º22.42%67.65%-
HSV(B)60º19.37%74.9%-
XYZ45.9550.6737.93-
YUV186.78109.5131.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=35.63%
G=35.63%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191154000.190.256022.4267.65
HexBFBF9A0013193c1644
Octal2772772320023317426104
Binary101111111011111110011010001001111001111100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF9A; }

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

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

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

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

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

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

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

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