#BEC47F

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

Shades of Pine Glade #BEC47F

Tints of Pine Glade #BEC47F

Color information

#BEC47F (or 0xBEC47F) is unknown color: approx Pine Glade. HEX triplet: BE, C4 and 7F. RGB value is (190,196,127). Sum of RGB (Red+Green+Blue) = 190+196+127=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC47F is #413B80. Grayscale: #BABABA. Windows color (decimal): -4275073 or 8373438. OLE color: 8373438.

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

Color convert

RGB190196127-
CMYK0.0300.350.23
HSL65.22º36.9%63.33%-
HSV(B)65.22º35.2%76.86%-
XYZ44.8151.9627.75-
YUV186.3494.51130.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 196 (76.95% from 255) = 38.21%
BLUE value IS 127 (50% from 255) = 24.76%
R=37.04%
G=38.21%
B=24.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961270.0300.350.2365.2236.963.33
HexBEC47F30231741253f
Octal2763041773043271014577
Binary10111110110001001111111110100011101111000001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC47F; }

 p { color: rgb(190,196,127); }

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

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

 a { background-color: rgb(190,196,127); }

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

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

 span { border-color: rgb(190,196,127); }

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