#BBBC91

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

Shades of Green Mist #BBBC91

Tints of Green Mist #BBBC91

Color information

#BBBC91 (or 0xBBBC91) is unknown color: approx Green Mist. HEX triplet: BB, BC and 91. RGB value is (187,188,145). Sum of RGB (Red+Green+Blue) = 187+188+145=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBC91 is #44436E. Grayscale: #B6B6B6. Windows color (decimal): -4473711 or 9551035. OLE color: 9551035.

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

Color convert

RGB187188145-
CMYK0.0100.230.26
HSL61.4º24.29%65.29%-
HSV(B)61.4º22.87%73.73%-
XYZ43.5948.5833.87-
YUV182.8106.67131-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 145 (57.03% from 255) = 27.88%
R=35.96%
G=36.15%
B=27.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871881450.0100.230.2661.424.2965.29
HexBBBC9110171A3d1841
Octal2732742211027327530101
Binary101110111011110010010001101011111010111101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBC91; }

 p { color: rgb(187,188,145); }

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

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

 a { background-color: rgb(187,188,145); }

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

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

 span { border-color: rgb(187,188,145); }

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