#BEC87C

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

Shades of Pine Glade #BEC87C

Tints of Pine Glade #BEC87C

Color information

#BEC87C (or 0xBEC87C) is unknown color: approx Pine Glade. HEX triplet: BE, C8 and 7C. RGB value is (190,200,124). Sum of RGB (Red+Green+Blue) = 190+200+124=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC87C is #413783. Grayscale: #BCBCBC. Windows color (decimal): -4274052 or 8177854. OLE color: 8177854.

HSL color Cylindrical-coordinate representation of color #BEC87C: hue angle of 67.89º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEC87C is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB190200124-
CMYK0.0500.380.22
HSL67.89º40.86%63.53%-
HSV(B)67.89º38%78.43%-
XYZ45.5353.7127.04-
YUV188.3591.69129.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 200 (78.52% from 255) = 38.91%
BLUE value IS 124 (48.83% from 255) = 24.12%
R=36.96%
G=38.91%
B=24.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001240.0500.380.2267.8940.8663.53
HexBEC87C502616442940
Octal27631017450462610451100
Binary1011111011001000111110010101001101011010001001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC87C; }

 p { color: rgb(190,200,124); }

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

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

 a { background-color: rgb(190,200,124); }

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

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

 span { border-color: rgb(190,200,124); }

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