#BBBA95

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

Shades of Green Mist #BBBA95

Tints of Green Mist #BBBA95

Color information

#BBBA95 (or 0xBBBA95) is unknown color: approx Green Mist. HEX triplet: BB, BA and 95. RGB value is (187,186,149). Sum of RGB (Red+Green+Blue) = 187+186+149=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA95 is #44456A. Grayscale: #B6B6B6. Windows color (decimal): -4474219 or 9812667. OLE color: 9812667.

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

Color convert

RGB187186149-
CMYK00.010.200.27
HSL58.42º21.84%65.88%-
HSV(B)58.42º20.32%73.33%-
XYZ43.4847.8535.38-
YUV182.08109.33131.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=35.82%
G=35.63%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718614900.010.200.2758.4221.8465.88
HexBBBA9501141B3a1642
Octal2732722250124337226102
Binary101110111011101010010101011010011011111010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA95; }

 p { color: rgb(187,186,149); }

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

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

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

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

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

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

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