#BEC486

Color #BEC486 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BEC486

Tints of Pine Glade #BEC486

Color information

#BEC486 (or 0xBEC486) is unknown color: approx Pine Glade. HEX triplet: BE, C4 and 86. RGB value is (190,196,134). Sum of RGB (Red+Green+Blue) = 190+196+134=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC486 is #413B79. Grayscale: #BBBBBB. Windows color (decimal): -4275066 or 8832190. OLE color: 8832190.

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

Color convert

RGB190196134-
CMYK0.0300.320.23
HSL65.81º34.44%64.71%-
HSV(B)65.81º31.63%76.86%-
XYZ45.2852.1530.23-
YUV187.1498.01130.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 196 (76.95% from 255) = 37.69%
BLUE value IS 134 (52.73% from 255) = 25.77%
R=36.54%
G=37.69%
B=25.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961340.0300.320.2365.8134.4464.71
HexBEC486302017422241
Octal27630420630402710242101
Binary1011111011000100100001101101000001011110000101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC486; }

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

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

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

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

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

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

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

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