#BBBD96

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

Shades of Green Mist #BBBD96

Tints of Green Mist #BBBD96

Color information

#BBBD96 (or 0xBBBD96) is unknown color: approx Green Mist. HEX triplet: BB, BD and 96. RGB value is (187,189,150). Sum of RGB (Red+Green+Blue) = 187+189+150=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD96 is #444269. Grayscale: #B8B8B8. Windows color (decimal): -4473450 or 9878971. OLE color: 9878971.

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

Color convert

RGB187189150-
CMYK0.0100.210.26
HSL63.08º22.81%66.47%-
HSV(B)63.08º20.63%74.12%-
XYZ44.249.1636.01-
YUV183.96108.84130.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 150 (58.98% from 255) = 28.52%
R=35.55%
G=35.93%
B=28.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891500.0100.210.2663.0822.8166.47
HexBBBD9610151A3f1742
Octal2732752261025327727102
Binary101110111011110110010110101010111010111111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD96; }

 p { color: rgb(187,189,150); }

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

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

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

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

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

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

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