#BEC59B

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

Shades of Green Mist #BEC59B

Tints of Green Mist #BEC59B

Color information

#BEC59B (or 0xBEC59B) is unknown color: approx Green Mist. HEX triplet: BE, C5 and 9B. RGB value is (190,197,155). Sum of RGB (Red+Green+Blue) = 190+197+155=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC59B is #413A64. Grayscale: #BEBEBE. Windows color (decimal): -4274789 or 10208702. OLE color: 10208702.

HSL color Cylindrical-coordinate representation of color #BEC59B: hue angle of 70º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC59B is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB190197155-
CMYK0.0400.210.23
HSL70º26.58%69.02%-
HSV(B)70º21.32%77.25%-
XYZ47.1253.2538.8-
YUV190.12108.18127.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 197 (77.34% from 255) = 36.35%
BLUE value IS 155 (60.94% from 255) = 28.60%
R=35.06%
G=36.35%
B=28.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971550.0400.210.237026.5869.02
HexBEC59B401517461b45
Octal27630523340252710633105
Binary101111101100010110011011100010101101111000110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC59B; }

 p { color: rgb(190,197,155); }

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

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

 a { background-color: rgb(190,197,155); }

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

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

 span { border-color: rgb(190,197,155); }

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