#BEC594

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

Shades of Green Mist #BEC594

Tints of Green Mist #BEC594

Color information

#BEC594 (or 0xBEC594) is unknown color: approx Green Mist. HEX triplet: BE, C5 and 94. RGB value is (190,197,148). Sum of RGB (Red+Green+Blue) = 190+197+148=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC594 is #413A6B. Grayscale: #BDBDBD. Windows color (decimal): -4274796 or 9749950. OLE color: 9749950.

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

Color convert

RGB190197148-
CMYK0.0400.250.23
HSL68.57º29.7%67.65%-
HSV(B)68.57º24.87%77.25%-
XYZ46.5553.0235.8-
YUV189.32104.68128.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 148 (58.20% from 255) = 27.66%
R=35.51%
G=36.82%
B=27.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971480.0400.250.2368.5729.767.65
HexBEC594401917451e44
Octal27630522440312710536104
Binary101111101100010110010100100011001101111000101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC594; }

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

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

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

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

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

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

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

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