#BEC696

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

Shades of Green Mist #BEC696

Tints of Green Mist #BEC696

Color information

#BEC696 (or 0xBEC696) is unknown color: approx Green Mist. HEX triplet: BE, C6 and 96. RGB value is (190,198,150). Sum of RGB (Red+Green+Blue) = 190+198+150=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC696 is #413969. Grayscale: #BEBEBE. Windows color (decimal): -4274538 or 9881278. OLE color: 9881278.

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

Color convert

RGB190198150-
CMYK0.0400.240.22
HSL70º29.63%68.24%-
HSV(B)70º24.24%77.65%-
XYZ46.9353.5436.71-
YUV190.14105.35127.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 150 (58.98% from 255) = 27.88%
R=35.32%
G=36.80%
B=27.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981500.0400.240.227029.6368.24
HexBEC696401816461e44
Octal27630622640302610636104
Binary101111101100011010010110100011000101101000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC696; }

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

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

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

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

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

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

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

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