#BEC496

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

Shades of Green Mist #BEC496

Tints of Green Mist #BEC496

Color information

#BEC496 (or 0xBEC496) is unknown color: approx Green Mist. HEX triplet: BE, C4 and 96. RGB value is (190,196,150). Sum of RGB (Red+Green+Blue) = 190+196+150=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC496 is #413B69. Grayscale: #BDBDBD. Windows color (decimal): -4275050 or 9880766. OLE color: 9880766.

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

Color convert

RGB190196150-
CMYK0.0300.230.23
HSL67.83º28.05%67.84%-
HSV(B)67.83º23.47%76.86%-
XYZ46.4852.6336.56-
YUV188.96106.01128.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 196 (76.95% from 255) = 36.57%
BLUE value IS 150 (58.98% from 255) = 27.99%
R=35.45%
G=36.57%
B=27.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961500.0300.230.2367.8328.0567.84
HexBEC496301717441c44
Octal27630422630272710434104
Binary10111110110001001001011011010111101111000100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC496; }

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

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

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

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

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

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

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

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