#BEC69B

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

Shades of Green Mist #BEC69B

Tints of Green Mist #BEC69B

Color information

#BEC69B (or 0xBEC69B) is unknown color: approx Green Mist. HEX triplet: BE, C6 and 9B. RGB value is (190,198,155). Sum of RGB (Red+Green+Blue) = 190+198+155=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC69B is #413964. Grayscale: #BEBEBE. Windows color (decimal): -4274533 or 10208958. OLE color: 10208958.

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

Color convert

RGB190198155-
CMYK0.0400.220.22
HSL71.16º27.39%69.22%-
HSV(B)71.16º21.72%77.65%-
XYZ47.3553.738.88-
YUV190.71107.85127.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 198 (77.73% from 255) = 36.46%
BLUE value IS 155 (60.94% from 255) = 28.55%
R=34.99%
G=36.46%
B=28.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981550.0400.220.2271.1627.3969.22
HexBEC69B401616471b45
Octal27630623340262610733105
Binary101111101100011010011011100010110101101000111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC69B; }

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

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

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

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

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

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

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

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