#B3BA91

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

Shades of Green Mist #B3BA91

Tints of Green Mist #B3BA91

Color information

#B3BA91 (or 0xB3BA91) is unknown color: approx Green Mist. HEX triplet: B3, BA and 91. RGB value is (179,186,145). Sum of RGB (Red+Green+Blue) = 179+186+145=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA91 is #4C456E. Grayscale: #B3B3B3. Windows color (decimal): -4998511 or 9550515. OLE color: 9550515.

HSL color Cylindrical-coordinate representation of color #B3BA91: hue angle of 70.24º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3BA91 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB179186145-
CMYK0.0400.220.27
HSL70.24º22.91%64.9%-
HSV(B)70.24º22.04%72.94%-
XYZ41.2646.7533.64-
YUV179.23108.68127.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.10%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 145 (57.03% from 255) = 28.43%
R=35.10%
G=36.47%
B=28.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791861450.0400.220.2770.2422.9164.9
HexB3BA9140161B461741
Octal26327222140263310627101
Binary101100111011101010010001100010110110111000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BA91; }

 p { color: rgb(179,186,145); }

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

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

 a { background-color: rgb(179,186,145); }

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

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

 span { border-color: rgb(179,186,145); }

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