#BEC095

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

Shades of Green Mist #BEC095

Tints of Green Mist #BEC095

Color information

#BEC095 (or 0xBEC095) is unknown color: approx Green Mist. HEX triplet: BE, C0 and 95. RGB value is (190,192,149). Sum of RGB (Red+Green+Blue) = 190+192+149=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC095 is #413F6A. Grayscale: #BABABA. Windows color (decimal): -4276075 or 9814206. OLE color: 9814206.

HSL color Cylindrical-coordinate representation of color #BEC095: hue angle of 62.79º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEC095 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB190192149-
CMYK0.0100.220.25
HSL62.79º25.44%66.86%-
HSV(B)62.79º22.4%75.29%-
XYZ45.5150.8235.84-
YUV186.5106.84130.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 149 (58.59% from 255) = 28.06%
R=35.78%
G=36.16%
B=28.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921490.0100.220.2562.7925.4466.86
HexBEC0951016193f1943
Octal2763002251026317731103
Binary101111101100000010010101101011011001111111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC095; }

 p { color: rgb(190,192,149); }

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

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

 a { background-color: rgb(190,192,149); }

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

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

 span { border-color: rgb(190,192,149); }

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