#BEC08F

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

Shades of Green Mist #BEC08F

Tints of Green Mist #BEC08F

Color information

#BEC08F (or 0xBEC08F) is unknown color: approx Green Mist. HEX triplet: BE, C0 and 8F. RGB value is (190,192,143). Sum of RGB (Red+Green+Blue) = 190+192+143=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC08F is #413F70. Grayscale: #BABABA. Windows color (decimal): -4276081 or 9420990. OLE color: 9420990.

HSL color Cylindrical-coordinate representation of color #BEC08F: hue angle of 62.45º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEC08F is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB190192143-
CMYK0.0100.260.25
HSL62.45º28%65.69%-
HSV(B)62.45º25.52%75.29%-
XYZ45.0450.6333.39-
YUV185.82103.84130.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 192 (75.39% from 255) = 36.57%
BLUE value IS 143 (56.25% from 255) = 27.24%
R=36.19%
G=36.57%
B=27.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921430.0100.260.2562.452865.69
HexBEC08F101A193e1c42
Octal2763002171032317634102
Binary101111101100000010001111101101011001111110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC08F; }

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

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

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

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

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

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

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

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