#BCC18C

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

Shades of Green Mist #BCC18C

Tints of Green Mist #BCC18C

Color information

#BCC18C (or 0xBCC18C) is unknown color: approx Green Mist. HEX triplet: BC, C1 and 8C. RGB value is (188,193,140). Sum of RGB (Red+Green+Blue) = 188+193+140=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC18C is #433E73. Grayscale: #B9B9B9. Windows color (decimal): -4406900 or 9224636. OLE color: 9224636.

HSL color Cylindrical-coordinate representation of color #BCC18C: hue angle of 65.66º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCC18C is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB188193140-
CMYK0.0300.270.24
HSL65.66º29.94%65.29%-
HSV(B)65.66º27.46%75.69%-
XYZ44.5450.7232.25-
YUV185.46102.34129.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 140 (55.08% from 255) = 26.87%
R=36.08%
G=37.04%
B=26.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881931400.0300.270.2465.6629.9465.29
HexBCC18C301B18421e41
Octal27430121430333010236101
Binary10111100110000011000110011011011110001000010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC18C; }

 p { color: rgb(188,193,140); }

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

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

 a { background-color: rgb(188,193,140); }

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

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

 span { border-color: rgb(188,193,140); }

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