#B4BC95

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

Shades of Green Mist #B4BC95

Tints of Green Mist #B4BC95

Color information

#B4BC95 (or 0xB4BC95) is unknown color: approx Green Mist. HEX triplet: B4, BC and 95. RGB value is (180,188,149). Sum of RGB (Red+Green+Blue) = 180+188+149=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BC95 is #4B436A. Grayscale: #B5B5B5. Windows color (decimal): -4932459 or 9813172. OLE color: 9813172.

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

Color convert

RGB180188149-
CMYK0.0400.210.26
HSL72.31º22.54%66.08%-
HSV(B)72.31º20.74%73.73%-
XYZ42.2347.8435.44-
YUV181.16109.85127.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=34.82%
G=36.36%
B=28.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801881490.0400.210.2672.3122.5466.08
HexB4BC9540151A481742
Octal26427422540253211027102
Binary101101001011110010010101100010101110101001000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BC95; }

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

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

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

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

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

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

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

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