#BBBB97

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

Shades of Green Mist #BBBB97

Tints of Green Mist #BBBB97

Color information

#BBBB97 (or 0xBBBB97) is unknown color: approx Green Mist. HEX triplet: BB, BB and 97. RGB value is (187,187,151). Sum of RGB (Red+Green+Blue) = 187+187+151=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB97 is #444468. Grayscale: #B7B7B7. Windows color (decimal): -4473961 or 9943995. OLE color: 9943995.

HSL color Cylindrical-coordinate representation of color #BBBB97: hue angle of 60º 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 #BBBB97 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB187187151-
CMYK000.190.27
HSL60º20.93%66.27%-
HSV(B)60º19.25%73.33%-
XYZ43.8548.3436.3-
YUV182.9110130.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 151 (59.38% from 255) = 28.76%
R=35.62%
G=35.62%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187151000.190.276020.9366.27
HexBBBB9700131B3c1542
Octal2732732270023337425102
Binary101110111011101110010111001001111011111100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB97; }

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

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

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

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

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

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

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

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