#BCC390

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

Shades of Green Mist #BCC390

Tints of Green Mist #BCC390

Color information

#BCC390 (or 0xBCC390) is unknown color: approx Green Mist. HEX triplet: BC, C3 and 90. RGB value is (188,195,144). Sum of RGB (Red+Green+Blue) = 188+195+144=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC390 is #433C6F. Grayscale: #BBBBBB. Windows color (decimal): -4406384 or 9487292. OLE color: 9487292.

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

Color convert

RGB188195144-
CMYK0.0400.260.24
HSL68.24º29.82%66.47%-
HSV(B)68.24º26.15%76.47%-
XYZ45.2951.7433.98-
YUV187.09103.68128.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 195 (76.56% from 255) = 37.00%
BLUE value IS 144 (56.64% from 255) = 27.32%
R=35.67%
G=37.00%
B=27.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951440.0400.260.2468.2429.8266.47
HexBCC390401A18441e42
Octal27430322040323010436102
Binary101111001100001110010000100011010110001000100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC390; }

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

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

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

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

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

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

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

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