#BEC49D

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

Shades of Green Mist #BEC49D

Tints of Green Mist #BEC49D

Color information

#BEC49D (or 0xBEC49D) is unknown color: approx Green Mist. HEX triplet: BE, C4 and 9D. RGB value is (190,196,157). Sum of RGB (Red+Green+Blue) = 190+196+157=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC49D is #413B62. Grayscale: #BDBDBD. Windows color (decimal): -4275043 or 10339518. OLE color: 10339518.

HSL color Cylindrical-coordinate representation of color #BEC49D: hue angle of 69.23º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC49D is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB190196157-
CMYK0.0300.200.23
HSL69.23º24.84%69.22%-
HSV(B)69.23º19.9%76.86%-
XYZ47.0652.8639.62-
YUV189.76109.51128.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 196 (76.95% from 255) = 36.10%
BLUE value IS 157 (61.72% from 255) = 28.91%
R=34.99%
G=36.10%
B=28.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961570.0300.200.2369.2324.8469.22
HexBEC49D301417451945
Octal27630423530242710531105
Binary10111110110001001001110111010100101111000101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC49D; }

 p { color: rgb(190,196,157); }

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

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

 a { background-color: rgb(190,196,157); }

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

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

 span { border-color: rgb(190,196,157); }

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