#BEC094

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

Shades of Green Mist #BEC094

Tints of Green Mist #BEC094

Color information

#BEC094 (or 0xBEC094) is unknown color: approx Green Mist. HEX triplet: BE, C0 and 94. RGB value is (190,192,148). Sum of RGB (Red+Green+Blue) = 190+192+148=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC094 is #413F6B. Grayscale: #BABABA. Windows color (decimal): -4276076 or 9748670. OLE color: 9748670.

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

Color convert

RGB190192148-
CMYK0.0100.230.25
HSL62.73º25.88%66.67%-
HSV(B)62.73º22.92%75.29%-
XYZ45.4350.7835.42-
YUV186.39106.34130.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 192 (75.39% from 255) = 36.23%
BLUE value IS 148 (58.20% from 255) = 27.92%
R=35.85%
G=36.23%
B=27.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921480.0100.230.2562.7325.8866.67
HexBEC0941017193f1a43
Octal2763002241027317732103
Binary101111101100000010010100101011111001111111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC094; }

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

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

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

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

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

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

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

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