#B7BA92

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

Shades of Green Mist #B7BA92

Tints of Green Mist #B7BA92

Color information

#B7BA92 (or 0xB7BA92) is unknown color: approx Green Mist. HEX triplet: B7, BA and 92. RGB value is (183,186,146). Sum of RGB (Red+Green+Blue) = 183+186+146=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BA92 is #48456D. Grayscale: #B4B4B4. Windows color (decimal): -4736366 or 9616055. OLE color: 9616055.

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

Color convert

RGB183186146-
CMYK0.0200.220.27
HSL64.5º22.47%65.1%-
HSV(B)64.5º21.51%72.94%-
XYZ42.2847.2634.09-
YUV180.54108.51129.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.53%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 146 (57.42% from 255) = 28.35%
R=35.53%
G=36.12%
B=28.35%

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
Decimal1831861460.0200.220.2764.522.4765.1
HexB7BA9220161B401641
Octal26727222220263310026101
Binary10110111101110101001001010010110110111000000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BA92; }

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

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

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

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

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

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

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

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