#BBBA97

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

Shades of Green Mist #BBBA97

Tints of Green Mist #BBBA97

Color information

#BBBA97 (or 0xBBBA97) is unknown color: approx Green Mist. HEX triplet: BB, BA and 97. RGB value is (187,186,151). Sum of RGB (Red+Green+Blue) = 187+186+151=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA97 is #444568. Grayscale: #B6B6B6. Windows color (decimal): -4474217 or 9943739. OLE color: 9943739.

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

Color convert

RGB187186151-
CMYK00.010.190.27
HSL58.33º20.93%66.27%-
HSV(B)58.33º19.25%73.33%-
XYZ43.6447.9236.23-
YUV182.31110.33131.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 151 (59.38% from 255) = 28.82%
R=35.69%
G=35.50%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718615100.010.190.2758.3320.9366.27
HexBBBA9701131B3a1542
Octal2732722270123337225102
Binary101110111011101010010111011001111011111010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA97; }

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

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

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

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

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

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

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

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