#BEC386

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

Shades of Pine Glade #BEC386

Tints of Pine Glade #BEC386

Color information

#BEC386 (or 0xBEC386) is unknown color: approx Pine Glade. HEX triplet: BE, C3 and 86. RGB value is (190,195,134). Sum of RGB (Red+Green+Blue) = 190+195+134=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC386 is #413C79. Grayscale: #BABABA. Windows color (decimal): -4275322 or 8831934. OLE color: 8831934.

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

Color convert

RGB190195134-
CMYK0.0300.310.24
HSL64.92º33.7%64.51%-
HSV(B)64.92º31.28%76.47%-
XYZ45.0551.730.16-
YUV186.5598.34130.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 195 (76.56% from 255) = 37.57%
BLUE value IS 134 (52.73% from 255) = 25.82%
R=36.61%
G=37.57%
B=25.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951340.0300.310.2464.9233.764.51
HexBEC386301F18412241
Octal27630320630373010142101
Binary101111101100001110000110110111111100010000011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC386; }

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

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

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

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

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

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

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

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