#BEC596

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

Shades of Green Mist #BEC596

Tints of Green Mist #BEC596

Color information

#BEC596 (or 0xBEC596) is unknown color: approx Green Mist. HEX triplet: BE, C5 and 96. RGB value is (190,197,150). Sum of RGB (Red+Green+Blue) = 190+197+150=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC596 is #413A69. Grayscale: #BDBDBD. Windows color (decimal): -4274794 or 9881022. OLE color: 9881022.

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

Color convert

RGB190197150-
CMYK0.0400.240.23
HSL68.94º28.83%68.04%-
HSV(B)68.94º23.86%77.25%-
XYZ46.7153.0836.64-
YUV189.55105.68128.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 197 (77.34% from 255) = 36.69%
BLUE value IS 150 (58.98% from 255) = 27.93%
R=35.38%
G=36.69%
B=27.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971500.0400.240.2368.9428.8368.04
HexBEC596401817451d44
Octal27630522640302710535104
Binary101111101100010110010110100011000101111000101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC596; }

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

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

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

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

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

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

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

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