#BEC290

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

Shades of Green Mist #BEC290

Tints of Green Mist #BEC290

Color information

#BEC290 (or 0xBEC290) is unknown color: approx Green Mist. HEX triplet: BE, C2 and 90. RGB value is (190,194,144). Sum of RGB (Red+Green+Blue) = 190+194+144=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC290 is #413D6F. Grayscale: #BBBBBB. Windows color (decimal): -4275568 or 9487038. OLE color: 9487038.

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

Color convert

RGB190194144-
CMYK0.0200.260.24
HSL64.8º29.07%66.27%-
HSV(B)64.8º25.77%76.08%-
XYZ45.5651.5433.93-
YUV187.1103.67130.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 194 (76.17% from 255) = 36.74%
BLUE value IS 144 (56.64% from 255) = 27.27%
R=35.98%
G=36.74%
B=27.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941440.0200.260.2464.829.0766.27
HexBEC290201A18411d42
Octal27630222020323010135102
Binary10111110110000101001000010011010110001000001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC290; }

 p { color: rgb(190,194,144); }

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

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

 a { background-color: rgb(190,194,144); }

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

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

 span { border-color: rgb(190,194,144); }

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