#BEC585

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

Shades of Pine Glade #BEC585

Tints of Pine Glade #BEC585

Color information

#BEC585 (or 0xBEC585) is unknown color: approx Pine Glade. HEX triplet: BE, C5 and 85. RGB value is (190,197,133). Sum of RGB (Red+Green+Blue) = 190+197+133=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC585 is #413A7A. Grayscale: #BBBBBB. Windows color (decimal): -4274811 or 8766910. OLE color: 8766910.

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

Color convert

RGB190197133-
CMYK0.0400.320.23
HSL66.56º35.56%64.71%-
HSV(B)66.56º32.49%77.25%-
XYZ45.4452.5729.94-
YUV187.6197.18129.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 197 (77.34% from 255) = 37.88%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=36.54%
G=37.88%
B=25.58%

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
Decimal1901971330.0400.320.2366.5635.5664.71
HexBEC585402017432441
Octal27630520540402710344101
Binary10111110110001011000010110001000001011110000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC585; }

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

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

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

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

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

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

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

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