#BEC69D

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

Shades of Green Mist #BEC69D

Tints of Green Mist #BEC69D

Color information

#BEC69D (or 0xBEC69D) is unknown color: approx Green Mist. HEX triplet: BE, C6 and 9D. RGB value is (190,198,157). Sum of RGB (Red+Green+Blue) = 190+198+157=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC69D is #413962. Grayscale: #BFBFBF. Windows color (decimal): -4274531 or 10340030. OLE color: 10340030.

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

Color convert

RGB190198157-
CMYK0.0400.210.22
HSL71.71º26.45%69.61%-
HSV(B)71.71º20.71%77.65%-
XYZ47.5253.7739.77-
YUV190.93108.85127.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 198 (77.73% from 255) = 36.33%
BLUE value IS 157 (61.72% from 255) = 28.81%
R=34.86%
G=36.33%
B=28.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981570.0400.210.2271.7126.4569.61
HexBEC69D401516481a46
Octal27630623540252611032106
Binary101111101100011010011101100010101101101001000110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC69D; }

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

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

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

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

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

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

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

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