#B5BC95

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

Shades of Green Mist #B5BC95

Tints of Green Mist #B5BC95

Color information

#B5BC95 (or 0xB5BC95) is unknown color: approx Green Mist. HEX triplet: B5, BC and 95. RGB value is (181,188,149). Sum of RGB (Red+Green+Blue) = 181+188+149=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BC95 is #4A436A. Grayscale: #B5B5B5. Windows color (decimal): -4866923 or 9813173. OLE color: 9813173.

HSL color Cylindrical-coordinate representation of color #B5BC95: hue angle of 70.77º 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 #B5BC95 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB181188149-
CMYK0.0400.210.26
HSL70.77º22.54%66.08%-
HSV(B)70.77º20.74%73.73%-
XYZ42.4647.9635.45-
YUV181.46109.68127.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 188 (73.83% from 255) = 36.29%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=34.94%
G=36.29%
B=28.76%

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
Decimal1811881490.0400.210.2670.7722.5466.08
HexB5BC9540151A471742
Octal26527422540253210727102
Binary101101011011110010010101100010101110101000111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BC95; }

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

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

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

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

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

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

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

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