#BEC582

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

Shades of Pine Glade #BEC582

Tints of Pine Glade #BEC582

Color information

#BEC582 (or 0xBEC582) is unknown color: approx Pine Glade. HEX triplet: BE, C5 and 82. RGB value is (190,197,130). Sum of RGB (Red+Green+Blue) = 190+197+130=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC582 is #413A7D. Grayscale: #BBBBBB. Windows color (decimal): -4274814 or 8570302. OLE color: 8570302.

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

Color convert

RGB190197130-
CMYK0.0400.340.23
HSL66.27º36.61%64.12%-
HSV(B)66.27º34.01%77.25%-
XYZ45.2352.4928.87-
YUV187.2795.68129.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 197 (77.34% from 255) = 38.10%
BLUE value IS 130 (51.17% from 255) = 25.15%
R=36.75%
G=38.10%
B=25.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971300.0400.340.2366.2736.6164.12
HexBEC582402217422540
Octal27630520240422710245100
Binary10111110110001011000001010001000101011110000101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC582; }

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

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

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

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

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

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

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

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