#BBBB93

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

Shades of Green Mist #BBBB93

Tints of Green Mist #BBBB93

Color information

#BBBB93 (or 0xBBBB93) is unknown color: approx Green Mist. HEX triplet: BB, BB and 93. RGB value is (187,187,147). Sum of RGB (Red+Green+Blue) = 187+187+147=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB93 is #44446C. Grayscale: #B6B6B6. Windows color (decimal): -4473965 or 9681851. OLE color: 9681851.

HSL color Cylindrical-coordinate representation of color #BBBB93: hue angle of 60º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBBB93 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB187187147-
CMYK000.210.27
HSL60º22.73%65.49%-
HSV(B)60º21.39%73.33%-
XYZ43.5348.2134.62-
YUV182.44108131.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 187 (73.44% from 255) = 35.89%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=35.89%
G=35.89%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187147000.210.276022.7365.49
HexBBBB9300151B3c1741
Octal2732732230025337427101
Binary101110111011101110010011001010111011111100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB93; }

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

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

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

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

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

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

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

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