#B9BA92

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

Shades of Green Mist #B9BA92

Tints of Green Mist #B9BA92

Color information

#B9BA92 (or 0xB9BA92) is unknown color: approx Green Mist. HEX triplet: B9, BA and 92. RGB value is (185,186,146). Sum of RGB (Red+Green+Blue) = 185+186+146=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BA92 is #46456D. Grayscale: #B5B5B5. Windows color (decimal): -4605294 or 9616057. OLE color: 9616057.

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

Color convert

RGB185186146-
CMYK0.0100.220.27
HSL61.5º22.47%65.1%-
HSV(B)61.5º21.51%72.94%-
XYZ42.7547.5134.11-
YUV181.14108.17130.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 146 (57.42% from 255) = 28.24%
R=35.78%
G=35.98%
B=28.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851861460.0100.220.2761.522.4765.1
HexB9BA9210161B3e1641
Octal2712722221026337626101
Binary101110011011101010010010101011011011111110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BA92; }

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

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

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

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

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

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

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

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