#BBBD93

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

Shades of Green Mist #BBBD93

Tints of Green Mist #BBBD93

Color information

#BBBD93 (or 0xBBBD93) is unknown color: approx Green Mist. HEX triplet: BB, BD and 93. RGB value is (187,189,147). Sum of RGB (Red+Green+Blue) = 187+189+147=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD93 is #44426C. Grayscale: #B7B7B7. Windows color (decimal): -4473453 or 9682363. OLE color: 9682363.

HSL color Cylindrical-coordinate representation of color #BBBD93: hue angle of 62.86º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBBD93 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB187189147-
CMYK0.0100.220.26
HSL62.86º24.14%65.88%-
HSV(B)62.86º22.22%74.12%-
XYZ43.9649.0734.76-
YUV183.61107.34130.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 147 (57.81% from 255) = 28.11%
R=35.76%
G=36.14%
B=28.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891470.0100.220.2662.8624.1465.88
HexBBBD9310161A3f1842
Octal2732752231026327730102
Binary101110111011110110010011101011011010111111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD93; }

 p { color: rgb(187,189,147); }

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

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

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

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

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

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

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