#BEC096

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

Shades of Green Mist #BEC096

Tints of Green Mist #BEC096

Color information

#BEC096 (or 0xBEC096) is unknown color: approx Green Mist. HEX triplet: BE, C0 and 96. RGB value is (190,192,150). Sum of RGB (Red+Green+Blue) = 190+192+150=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC096 is #413F69. Grayscale: #BABABA. Windows color (decimal): -4276074 or 9879742. OLE color: 9879742.

HSL color Cylindrical-coordinate representation of color #BEC096: hue angle of 62.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEC096 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB190192150-
CMYK0.0100.220.25
HSL62.86º25%67.06%-
HSV(B)62.86º21.88%75.29%-
XYZ45.5950.8536.27-
YUV186.61107.34130.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=35.71%
G=36.09%
B=28.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921500.0100.220.2562.862567.06
HexBEC0961016193f1943
Octal2763002261026317731103
Binary101111101100000010010110101011011001111111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC096; }

 p { color: rgb(190,192,150); }

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

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

 a { background-color: rgb(190,192,150); }

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

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

 span { border-color: rgb(190,192,150); }

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