#BCC49B

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

Shades of Green Mist #BCC49B

Tints of Green Mist #BCC49B

Color information

#BCC49B (or 0xBCC49B) is unknown color: approx Green Mist. HEX triplet: BC, C4 and 9B. RGB value is (188,196,155). Sum of RGB (Red+Green+Blue) = 188+196+155=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC49B is #433B64. Grayscale: #BDBDBD. Windows color (decimal): -4406117 or 10208444. OLE color: 10208444.

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

Color convert

RGB188196155-
CMYK0.0400.210.23
HSL71.71º25.79%68.82%-
HSV(B)71.71º20.92%76.86%-
XYZ46.452.5438.71-
YUV188.93108.85127.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 196 (76.95% from 255) = 36.36%
BLUE value IS 155 (60.94% from 255) = 28.76%
R=34.88%
G=36.36%
B=28.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961550.0400.210.2371.7125.7968.82
HexBCC49B401517481a45
Octal27430423340252711032105
Binary101111001100010010011011100010101101111001000110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC49B; }

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

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

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

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

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

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

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

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