#BCC39D

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

Shades of Green Mist #BCC39D

Tints of Green Mist #BCC39D

Color information

#BCC39D (or 0xBCC39D) is unknown color: approx Green Mist. HEX triplet: BC, C3 and 9D. RGB value is (188,195,157). Sum of RGB (Red+Green+Blue) = 188+195+157=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC39D is #433C62. Grayscale: #BCBCBC. Windows color (decimal): -4406371 or 10339260. OLE color: 10339260.

HSL color Cylindrical-coordinate representation of color #BCC39D: hue angle of 71.05º degrees, saturation: 0.24, 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 #BCC39D is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB188195157-
CMYK0.0400.190.24
HSL71.05º24.05%69.02%-
HSV(B)71.05º19.49%76.47%-
XYZ46.3452.1639.52-
YUV188.58110.18127.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 195 (76.56% from 255) = 36.11%
BLUE value IS 157 (61.72% from 255) = 29.07%
R=34.81%
G=36.11%
B=29.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951570.0400.190.2471.0524.0569.02
HexBCC39D401318471845
Octal27430323540233010730105
Binary101111001100001110011101100010011110001000111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC39D; }

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

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

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

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

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

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

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

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