#BEC48B

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

Shades of Green Mist #BEC48B

Tints of Green Mist #BEC48B

Color information

#BEC48B (or 0xBEC48B) is unknown color: approx Green Mist. HEX triplet: BE, C4 and 8B. RGB value is (190,196,139). Sum of RGB (Red+Green+Blue) = 190+196+139=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC48B is #413B74. Grayscale: #BBBBBB. Windows color (decimal): -4275061 or 9159870. OLE color: 9159870.

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

Color convert

RGB190196139-
CMYK0.0300.290.23
HSL66.32º32.57%65.69%-
HSV(B)66.32º29.08%76.86%-
XYZ45.6452.2932.11-
YUV187.71100.51129.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 196 (76.95% from 255) = 37.33%
BLUE value IS 139 (54.69% from 255) = 26.48%
R=36.19%
G=37.33%
B=26.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961390.0300.290.2366.3232.5765.69
HexBEC48B301D17422142
Octal27630421330352710241102
Binary101111101100010010001011110111011011110000101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC48B; }

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

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

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

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

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

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

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

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