#BEC699

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

Shades of Green Mist #BEC699

Tints of Green Mist #BEC699

Color information

#BEC699 (or 0xBEC699) is unknown color: approx Green Mist. HEX triplet: BE, C6 and 99. RGB value is (190,198,153). Sum of RGB (Red+Green+Blue) = 190+198+153=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC699 is #413966. Grayscale: #BEBEBE. Windows color (decimal): -4274535 or 10077886. OLE color: 10077886.

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

Color convert

RGB190198153-
CMYK0.0400.230.22
HSL70.67º28.3%68.82%-
HSV(B)70.67º22.73%77.65%-
XYZ47.1853.6438-
YUV190.48106.85127.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 198 (77.73% from 255) = 36.60%
BLUE value IS 153 (60.16% from 255) = 28.28%
R=35.12%
G=36.60%
B=28.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981530.0400.230.2270.6728.368.82
HexBEC699401716471c45
Octal27630623140272610734105
Binary101111101100011010011001100010111101101000111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC699; }

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

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

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

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

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

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

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

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