#BEC391

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

Shades of Green Mist #BEC391

Tints of Green Mist #BEC391

Color information

#BEC391 (or 0xBEC391) is unknown color: approx Green Mist. HEX triplet: BE, C3 and 91. RGB value is (190,195,145). Sum of RGB (Red+Green+Blue) = 190+195+145=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC391 is #413C6E. Grayscale: #BCBCBC. Windows color (decimal): -4275311 or 9552830. OLE color: 9552830.

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

Color convert

RGB190195145-
CMYK0.0300.260.24
HSL66º29.41%66.67%-
HSV(B)66º25.64%76.47%-
XYZ45.8652.0234.41-
YUV187.8103.84129.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 195 (76.56% from 255) = 36.79%
BLUE value IS 145 (57.03% from 255) = 27.36%
R=35.85%
G=36.79%
B=27.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951450.0300.260.246629.4166.67
HexBEC391301A18421d43
Octal27630322130323010235103
Binary10111110110000111001000111011010110001000010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC391; }

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

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

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

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

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

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

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

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