#BEC49A

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

Shades of Green Mist #BEC49A

Tints of Green Mist #BEC49A

Color information

#BEC49A (or 0xBEC49A) is unknown color: approx Green Mist. HEX triplet: BE, C4 and 9A. RGB value is (190,196,154). Sum of RGB (Red+Green+Blue) = 190+196+154=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC49A is #413B65. Grayscale: #BDBDBD. Windows color (decimal): -4275046 or 10142910. OLE color: 10142910.

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

Color convert

RGB190196154-
CMYK0.0300.210.23
HSL68.57º26.25%68.63%-
HSV(B)68.57º21.43%76.86%-
XYZ46.8152.7638.29-
YUV189.42108.01128.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 196 (76.95% from 255) = 36.30%
BLUE value IS 154 (60.55% from 255) = 28.52%
R=35.19%
G=36.30%
B=28.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961540.0300.210.2368.5726.2568.63
HexBEC49A301517451a45
Octal27630423230252710532105
Binary10111110110001001001101011010101101111000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC49A; }

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

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

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

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

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

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

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

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