#BEC586

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

Shades of Pine Glade #BEC586

Tints of Pine Glade #BEC586

Color information

#BEC586 (or 0xBEC586) is unknown color: approx Pine Glade. HEX triplet: BE, C5 and 86. RGB value is (190,197,134). Sum of RGB (Red+Green+Blue) = 190+197+134=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC586 is #413A79. Grayscale: #BBBBBB. Windows color (decimal): -4274810 or 8832446. OLE color: 8832446.

HSL color Cylindrical-coordinate representation of color #BEC586: hue angle of 66.67º degrees, saturation: 0.35, 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 #BEC586 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB190197134-
CMYK0.0400.320.23
HSL66.67º35.2%64.9%-
HSV(B)66.67º31.98%77.25%-
XYZ45.552.630.31-
YUV187.7297.68129.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 197 (77.34% from 255) = 37.81%
BLUE value IS 134 (52.73% from 255) = 25.72%
R=36.47%
G=37.81%
B=25.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971340.0400.320.2366.6735.264.9
HexBEC586402017432341
Octal27630520640402710343101
Binary10111110110001011000011010001000001011110000111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC586; }

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

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

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

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

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

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

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

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