#BBBB99

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

Shades of Green Mist #BBBB99

Tints of Green Mist #BBBB99

Color information

#BBBB99 (or 0xBBBB99) is unknown color: approx Green Mist. HEX triplet: BB, BB and 99. RGB value is (187,187,153). Sum of RGB (Red+Green+Blue) = 187+187+153=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB99 is #444466. Grayscale: #B7B7B7. Windows color (decimal): -4473959 or 10075067. OLE color: 10075067.

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

Color convert

RGB187187153-
CMYK000.180.27
HSL60º20%66.67%-
HSV(B)60º18.18%73.33%-
XYZ44.0148.4137.16-
YUV183.12111130.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 153 (60.16% from 255) = 29.03%
R=35.48%
G=35.48%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187153000.180.27602066.67
HexBBBB9900121B3c1443
Octal2732732310022337424103
Binary101110111011101110011001001001011011111100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB99; }

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

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

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

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

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

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

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

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