#BEC28C

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

Shades of Green Mist #BEC28C

Tints of Green Mist #BEC28C

Color information

#BEC28C (or 0xBEC28C) is unknown color: approx Green Mist. HEX triplet: BE, C2 and 8C. RGB value is (190,194,140). Sum of RGB (Red+Green+Blue) = 190+194+140=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC28C is #413D73. Grayscale: #BABABA. Windows color (decimal): -4275572 or 9224894. OLE color: 9224894.

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

Color convert

RGB190194140-
CMYK0.0200.280.24
HSL64.44º30.68%65.49%-
HSV(B)64.44º27.84%76.08%-
XYZ45.2651.4232.35-
YUV186.65101.67130.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 194 (76.17% from 255) = 37.02%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=36.26%
G=37.02%
B=26.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941400.0200.280.2464.4430.6865.49
HexBEC28C201C18401f41
Octal27630221420343010037101
Binary10111110110000101000110010011100110001000000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC28C; }

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

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

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

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

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

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

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

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