#BCBB97

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

Shades of Green Mist #BCBB97

Tints of Green Mist #BCBB97

Color information

#BCBB97 (or 0xBCBB97) is unknown color: approx Green Mist. HEX triplet: BC, BB and 97. RGB value is (188,187,151). Sum of RGB (Red+Green+Blue) = 188+187+151=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB97 is #434468. Grayscale: #B7B7B7. Windows color (decimal): -4408425 or 9943996. OLE color: 9943996.

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

Color convert

RGB188187151-
CMYK00.010.200.26
HSL58.38º21.64%66.47%-
HSV(B)58.38º19.68%73.73%-
XYZ44.148.4736.31-
YUV183.2109.83131.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 151 (59.38% from 255) = 28.71%
R=35.74%
G=35.55%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818715100.010.200.2658.3821.6466.47
HexBCBB9701141A3a1642
Octal2742732270124327226102
Binary101111001011101110010111011010011010111010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB97; }

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

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

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

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

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

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

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

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