#B7BA91

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

Shades of Green Mist #B7BA91

Tints of Green Mist #B7BA91

Color information

#B7BA91 (or 0xB7BA91) is unknown color: approx Green Mist. HEX triplet: B7, BA and 91. RGB value is (183,186,145). Sum of RGB (Red+Green+Blue) = 183+186+145=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BA91 is #48456E. Grayscale: #B4B4B4. Windows color (decimal): -4736367 or 9550519. OLE color: 9550519.

HSL color Cylindrical-coordinate representation of color #B7BA91: hue angle of 64.39º 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 #B7BA91 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB183186145-
CMYK0.0200.220.27
HSL64.39º22.91%64.9%-
HSV(B)64.39º22.04%72.94%-
XYZ42.247.2333.68-
YUV180.43108.01129.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.60%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 145 (57.03% from 255) = 28.21%
R=35.60%
G=36.19%
B=28.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831861450.0200.220.2764.3922.9164.9
HexB7BA9120161B401741
Octal26727222120263310027101
Binary10110111101110101001000110010110110111000000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BA91; }

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

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

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

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

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

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

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

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