#BEC28D

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

Shades of Green Mist #BEC28D

Tints of Green Mist #BEC28D

Color information

#BEC28D (or 0xBEC28D) is unknown color: approx Green Mist. HEX triplet: BE, C2 and 8D. RGB value is (190,194,141). Sum of RGB (Red+Green+Blue) = 190+194+141=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC28D is #413D72. Grayscale: #BABABA. Windows color (decimal): -4275571 or 9290430. OLE color: 9290430.

HSL color Cylindrical-coordinate representation of color #BEC28D: hue angle of 64.53º degrees, saturation: 0.3, 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 #BEC28D is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB190194141-
CMYK0.0200.270.24
HSL64.53º30.29%65.69%-
HSV(B)64.53º27.32%76.08%-
XYZ45.3351.4532.74-
YUV186.76102.17130.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 141 (55.47% from 255) = 26.86%
R=36.19%
G=36.95%
B=26.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941410.0200.270.2464.5330.2965.69
HexBEC28D201B18411e42
Octal27630221520333010136102
Binary10111110110000101000110110011011110001000001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC28D; }

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

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

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

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

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

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

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

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