#BBBB94

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

Shades of Green Mist #BBBB94

Tints of Green Mist #BBBB94

Color information

#BBBB94 (or 0xBBBB94) is unknown color: approx Green Mist. HEX triplet: BB, BB and 94. RGB value is (187,187,148). Sum of RGB (Red+Green+Blue) = 187+187+148=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB94 is #44446B. Grayscale: #B6B6B6. Windows color (decimal): -4473964 or 9747387. OLE color: 9747387.

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

Color convert

RGB187187148-
CMYK000.210.27
HSL60º22.29%65.69%-
HSV(B)60º20.86%73.33%-
XYZ43.6148.2435.03-
YUV182.55108.5131.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=35.82%
G=35.82%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187148000.210.276022.2965.69
HexBBBB9400151B3c1642
Octal2732732240025337426102
Binary101110111011101110010100001010111011111100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB94; }

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

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

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

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

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

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

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

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