#BCC391

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

Shades of Green Mist #BCC391

Tints of Green Mist #BCC391

Color information

#BCC391 (or 0xBCC391) is unknown color: approx Green Mist. HEX triplet: BC, C3 and 91. RGB value is (188,195,145). Sum of RGB (Red+Green+Blue) = 188+195+145=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC391 is #433C6E. Grayscale: #BBBBBB. Windows color (decimal): -4406383 or 9552828. OLE color: 9552828.

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

Color convert

RGB188195145-
CMYK0.0400.260.24
HSL68.4º29.41%66.67%-
HSV(B)68.4º25.64%76.47%-
XYZ45.3651.7734.39-
YUV187.21104.18128.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 195 (76.56% from 255) = 36.93%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=35.61%
G=36.93%
B=27.46%

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
Decimal1881951450.0400.260.2468.429.4166.67
HexBCC391401A18441d43
Octal27430322140323010435103
Binary101111001100001110010001100011010110001000100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC391; }

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

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

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

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

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

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

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

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