#BEC57E

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

Shades of Pine Glade #BEC57E

Tints of Pine Glade #BEC57E

Color information

#BEC57E (or 0xBEC57E) is unknown color: approx Pine Glade. HEX triplet: BE, C5 and 7E. RGB value is (190,197,126). Sum of RGB (Red+Green+Blue) = 190+197+126=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC57E is #413A81. Grayscale: #BBBBBB. Windows color (decimal): -4274818 or 8308158. OLE color: 8308158.

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

Color convert

RGB190197126-
CMYK0.0400.360.23
HSL65.92º37.97%63.33%-
HSV(B)65.92º36.04%77.25%-
XYZ44.9752.3927.48-
YUV186.8193.68130.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 197 (77.34% from 255) = 38.40%
BLUE value IS 126 (49.61% from 255) = 24.56%
R=37.04%
G=38.40%
B=24.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971260.0400.360.2365.9237.9763.33
HexBEC57E40241742263f
Octal2763051764044271024677
Binary101111101100010111111101000100100101111000010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC57E; }

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

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

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

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

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

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

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

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