#BEC494

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

Shades of Green Mist #BEC494

Tints of Green Mist #BEC494

Color information

#BEC494 (or 0xBEC494) is unknown color: approx Green Mist. HEX triplet: BE, C4 and 94. RGB value is (190,196,148). Sum of RGB (Red+Green+Blue) = 190+196+148=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC494 is #413B6B. Grayscale: #BCBCBC. Windows color (decimal): -4275052 or 9749694. OLE color: 9749694.

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

Color convert

RGB190196148-
CMYK0.0300.240.23
HSL67.5º28.92%67.45%-
HSV(B)67.5º24.49%76.86%-
XYZ46.3252.5735.72-
YUV188.73105.01128.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 196 (76.95% from 255) = 36.70%
BLUE value IS 148 (58.20% from 255) = 27.72%
R=35.58%
G=36.70%
B=27.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961480.0300.240.2367.528.9267.45
HexBEC494301817441d43
Octal27630422430302710435103
Binary10111110110001001001010011011000101111000100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC494; }

 p { color: rgb(190,196,148); }

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

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

 a { background-color: rgb(190,196,148); }

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

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

 span { border-color: rgb(190,196,148); }

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