#BEC396

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

Shades of Green Mist #BEC396

Tints of Green Mist #BEC396

Color information

#BEC396 (or 0xBEC396) is unknown color: approx Green Mist. HEX triplet: BE, C3 and 96. RGB value is (190,195,150). Sum of RGB (Red+Green+Blue) = 190+195+150=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC396 is #413C69. Grayscale: #BCBCBC. Windows color (decimal): -4275306 or 9880510. OLE color: 9880510.

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

Color convert

RGB190195150-
CMYK0.0300.230.24
HSL66.67º27.27%67.65%-
HSV(B)66.67º23.08%76.47%-
XYZ46.2652.1836.49-
YUV188.37106.34129.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 150 (58.98% from 255) = 28.04%
R=35.51%
G=36.45%
B=28.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951500.0300.230.2466.6727.2767.65
HexBEC396301718431b44
Octal27630322630273010333104
Binary10111110110000111001011011010111110001000011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC396; }

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

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

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

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

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

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

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

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