#BBBC93

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

Shades of Green Mist #BBBC93

Tints of Green Mist #BBBC93

Color information

#BBBC93 (or 0xBBBC93) is unknown color: approx Green Mist. HEX triplet: BB, BC and 93. RGB value is (187,188,147). Sum of RGB (Red+Green+Blue) = 187+188+147=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBC93 is #44436C. Grayscale: #B7B7B7. Windows color (decimal): -4473709 or 9682107. OLE color: 9682107.

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

Color convert

RGB187188147-
CMYK0.0100.220.26
HSL61.46º23.43%65.69%-
HSV(B)61.46º21.81%73.73%-
XYZ43.7448.6434.69-
YUV183.03107.67130.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 188 (73.83% from 255) = 36.02%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=35.82%
G=36.02%
B=28.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871881470.0100.220.2661.4623.4365.69
HexBBBC9310161A3d1742
Octal2732742231026327527102
Binary101110111011110010010011101011011010111101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBC93; }

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

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

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

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

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

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

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

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