#BBBB92

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

Shades of Green Mist #BBBB92

Tints of Green Mist #BBBB92

Color information

#BBBB92 (or 0xBBBB92) is unknown color: approx Green Mist. HEX triplet: BB, BB and 92. RGB value is (187,187,146). Sum of RGB (Red+Green+Blue) = 187+187+146=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB92 is #44446D. Grayscale: #B6B6B6. Windows color (decimal): -4473966 or 9616315. OLE color: 9616315.

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

Color convert

RGB187187146-
CMYK000.220.27
HSL60º23.16%65.29%-
HSV(B)60º21.93%73.33%-
XYZ43.4548.1834.2-
YUV182.33107.5131.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 146 (57.42% from 255) = 28.08%
R=35.96%
G=35.96%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187146000.220.276023.1665.29
HexBBBB9200161B3c1741
Octal2732732220026337427101
Binary101110111011101110010010001011011011111100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB92; }

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

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

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

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

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

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

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

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