#BEC38E

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

Shades of Green Mist #BEC38E

Tints of Green Mist #BEC38E

Color information

#BEC38E (or 0xBEC38E) is unknown color: approx Green Mist. HEX triplet: BE, C3 and 8E. RGB value is (190,195,142). Sum of RGB (Red+Green+Blue) = 190+195+142=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC38E is #413C71. Grayscale: #BBBBBB. Windows color (decimal): -4275314 or 9356222. OLE color: 9356222.

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

Color convert

RGB190195142-
CMYK0.0300.270.24
HSL65.66º30.64%66.08%-
HSV(B)65.66º27.18%76.47%-
XYZ45.6351.9333.21-
YUV187.46102.34129.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 195 (76.56% from 255) = 37.00%
BLUE value IS 142 (55.86% from 255) = 26.94%
R=36.05%
G=37.00%
B=26.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951420.0300.270.2465.6630.6466.08
HexBEC38E301B18421f42
Octal27630321630333010237102
Binary10111110110000111000111011011011110001000010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC38E; }

 p { color: rgb(190,195,142); }

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

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

 a { background-color: rgb(190,195,142); }

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

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

 span { border-color: rgb(190,195,142); }

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