#BBBB9D

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

Shades of Green Mist #BBBB9D

Tints of Green Mist #BBBB9D

Color information

#BBBB9D (or 0xBBBB9D) is unknown color: approx Green Mist. HEX triplet: BB, BB and 9D. RGB value is (187,187,157). Sum of RGB (Red+Green+Blue) = 187+187+157=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB9D is #444462. Grayscale: #B7B7B7. Windows color (decimal): -4473955 or 10337211. OLE color: 10337211.

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

Color convert

RGB187187157-
CMYK000.160.27
HSL60º18.07%67.45%-
HSV(B)60º16.04%73.33%-
XYZ44.3548.5438.93-
YUV183.58113130.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=35.22%
G=35.22%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187157000.160.276018.0767.45
HexBBBB9D00101B3c1243
Octal2732732350020337422103
Binary101110111011101110011101001000011011111100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB9D; }

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

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

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

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

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

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

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

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