#BCC49C

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

Shades of Green Mist #BCC49C

Tints of Green Mist #BCC49C

Color information

#BCC49C (or 0xBCC49C) is unknown color: approx Green Mist. HEX triplet: BC, C4 and 9C. RGB value is (188,196,156). Sum of RGB (Red+Green+Blue) = 188+196+156=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC49C is #433B63. Grayscale: #BDBDBD. Windows color (decimal): -4406116 or 10273980. OLE color: 10273980.

HSL color Cylindrical-coordinate representation of color #BCC49C: hue angle of 72º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC49C is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB188196156-
CMYK0.0400.200.23
HSL72º25.32%69.02%-
HSV(B)72º20.41%76.86%-
XYZ46.4852.5739.15-
YUV189.05109.35127.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 196 (76.95% from 255) = 36.30%
BLUE value IS 156 (61.33% from 255) = 28.89%
R=34.81%
G=36.30%
B=28.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961560.0400.200.237225.3269.02
HexBCC49C401417481945
Octal27430423440242711031105
Binary101111001100010010011100100010100101111001000110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC49C; }

 p { color: rgb(188,196,156); }

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

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

 a { background-color: rgb(188,196,156); }

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

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

 span { border-color: rgb(188,196,156); }

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