#BEC47D

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

Shades of Pine Glade #BEC47D

Tints of Pine Glade #BEC47D

Color information

#BEC47D (or 0xBEC47D) is unknown color: approx Pine Glade. HEX triplet: BE, C4 and 7D. RGB value is (190,196,125). Sum of RGB (Red+Green+Blue) = 190+196+125=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC47D is #413B82. Grayscale: #BABABA. Windows color (decimal): -4275075 or 8242366. OLE color: 8242366.

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

Color convert

RGB190196125-
CMYK0.0300.360.23
HSL65.07º37.57%62.94%-
HSV(B)65.07º36.22%76.86%-
XYZ44.6851.9127.07-
YUV186.1193.51130.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 125 (49.22% from 255) = 24.46%
R=37.18%
G=38.36%
B=24.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961250.0300.360.2365.0737.5762.94
HexBEC47D30241741263f
Octal2763041753044271014677
Binary10111110110001001111101110100100101111000001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC47D; }

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

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

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

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

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

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

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

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