#B5BC93

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

Shades of Green Mist #B5BC93

Tints of Green Mist #B5BC93

Color information

#B5BC93 (or 0xB5BC93) is unknown color: approx Green Mist. HEX triplet: B5, BC and 93. RGB value is (181,188,147). Sum of RGB (Red+Green+Blue) = 181+188+147=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BC93 is #4A436C. Grayscale: #B5B5B5. Windows color (decimal): -4866925 or 9682101. OLE color: 9682101.

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

Color convert

RGB181188147-
CMYK0.0400.220.26
HSL70.24º23.43%65.69%-
HSV(B)70.24º21.81%73.73%-
XYZ42.3147.934.62-
YUV181.23108.68127.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 147 (57.81% from 255) = 28.49%
R=35.08%
G=36.43%
B=28.49%

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
Decimal1811881470.0400.220.2670.2423.4365.69
HexB5BC9340161A461742
Octal26527422340263210627102
Binary101101011011110010010011100010110110101000110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BC93; }

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

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

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

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

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

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

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

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