#B4BC93

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

Shades of Green Mist #B4BC93

Tints of Green Mist #B4BC93

Color information

#B4BC93 (or 0xB4BC93) is unknown color: approx Green Mist. HEX triplet: B4, BC and 93. RGB value is (180,188,147). Sum of RGB (Red+Green+Blue) = 180+188+147=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BC93 is #4B436C. Grayscale: #B5B5B5. Windows color (decimal): -4932461 or 9682100. OLE color: 9682100.

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

Color convert

RGB180188147-
CMYK0.0400.220.26
HSL71.71º23.43%65.69%-
HSV(B)71.71º21.81%73.73%-
XYZ42.0747.7834.61-
YUV180.93108.85127.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=34.95%
G=36.50%
B=28.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801881470.0400.220.2671.7123.4365.69
HexB4BC9340161A481742
Octal26427422340263211027102
Binary101101001011110010010011100010110110101001000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BC93; }

 p { color: rgb(180,188,147); }

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

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

 a { background-color: rgb(180,188,147); }

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

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

 span { border-color: rgb(180,188,147); }

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