#BCC19D

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

Shades of Green Mist #BCC19D

Tints of Green Mist #BCC19D

Color information

#BCC19D (or 0xBCC19D) is unknown color: approx Green Mist. HEX triplet: BC, C1 and 9D. RGB value is (188,193,157). Sum of RGB (Red+Green+Blue) = 188+193+157=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC19D is #433E62. Grayscale: #BBBBBB. Windows color (decimal): -4406883 or 10338748. OLE color: 10338748.

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

Color convert

RGB188193157-
CMYK0.0300.190.24
HSL68.33º22.5%68.63%-
HSV(B)68.33º18.65%75.69%-
XYZ45.8951.2739.37-
YUV187.4110.84128.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 193 (75.78% from 255) = 35.87%
BLUE value IS 157 (61.72% from 255) = 29.18%
R=34.94%
G=35.87%
B=29.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881931570.0300.190.2468.3322.568.63
HexBCC19D301318441745
Octal27430123530233010427105
Binary10111100110000011001110111010011110001000100101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC19D; }

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

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

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

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

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

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

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

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