#B7BA94

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

Shades of Green Mist #B7BA94

Tints of Green Mist #B7BA94

Color information

#B7BA94 (or 0xB7BA94) is unknown color: approx Green Mist. HEX triplet: B7, BA and 94. RGB value is (183,186,148). Sum of RGB (Red+Green+Blue) = 183+186+148=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BA94 is #48456B. Grayscale: #B4B4B4. Windows color (decimal): -4736364 or 9747127. OLE color: 9747127.

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

Color convert

RGB183186148-
CMYK0.0200.200.27
HSL64.74º21.59%65.49%-
HSV(B)64.74º20.43%72.94%-
XYZ42.4347.3234.91-
YUV180.77109.51129.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.40%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=35.40%
G=35.98%
B=28.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831861480.0200.200.2764.7421.5965.49
HexB7BA9420141B411641
Octal26727222420243310126101
Binary10110111101110101001010010010100110111000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BA94; }

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

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

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

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

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

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

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

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