#BEC19C

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

Shades of Green Mist #BEC19C

Tints of Green Mist #BEC19C

Color information

#BEC19C (or 0xBEC19C) is unknown color: approx Green Mist. HEX triplet: BE, C1 and 9C. RGB value is (190,193,156). Sum of RGB (Red+Green+Blue) = 190+193+156=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC19C is #413E63. Grayscale: #BCBCBC. Windows color (decimal): -4275812 or 10273214. OLE color: 10273214.

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

Color convert

RGB190193156-
CMYK0.0200.190.24
HSL64.86º22.98%68.43%-
HSV(B)64.86º19.17%75.69%-
XYZ46.3151.4938.95-
YUV187.88110.01129.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 193 (75.78% from 255) = 35.81%
BLUE value IS 156 (61.33% from 255) = 28.94%
R=35.25%
G=35.81%
B=28.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931560.0200.190.2464.8622.9868.43
HexBEC19C201318411744
Octal27630123420233010127104
Binary10111110110000011001110010010011110001000001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC19C; }

 p { color: rgb(190,193,156); }

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

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

 a { background-color: rgb(190,193,156); }

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

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

 span { border-color: rgb(190,193,156); }

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