#BEC28F

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

Shades of Green Mist #BEC28F

Tints of Green Mist #BEC28F

Color information

#BEC28F (or 0xBEC28F) is unknown color: approx Green Mist. HEX triplet: BE, C2 and 8F. RGB value is (190,194,143). Sum of RGB (Red+Green+Blue) = 190+194+143=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC28F is #413D70. Grayscale: #BBBBBB. Windows color (decimal): -4275569 or 9421502. OLE color: 9421502.

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

Color convert

RGB190194143-
CMYK0.0200.260.24
HSL64.71º29.48%66.08%-
HSV(B)64.71º26.29%76.08%-
XYZ45.4851.5133.53-
YUV186.99103.17130.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 194 (76.17% from 255) = 36.81%
BLUE value IS 143 (56.25% from 255) = 27.13%
R=36.05%
G=36.81%
B=27.13%

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
Decimal1901941430.0200.260.2464.7129.4866.08
HexBEC28F201A18411d42
Octal27630221720323010135102
Binary10111110110000101000111110011010110001000001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC28F; }

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

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

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

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

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

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

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

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