#BECE7C

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

Shades of Pine Glade #BECE7C

Tints of Pine Glade #BECE7C

Color information

#BECE7C (or 0xBECE7C) is unknown color: approx Pine Glade. HEX triplet: BE, CE and 7C. RGB value is (190,206,124). Sum of RGB (Red+Green+Blue) = 190+206+124=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE7C is #413183. Grayscale: #C0C0C0. Windows color (decimal): -4272516 or 8179390. OLE color: 8179390.

HSL color Cylindrical-coordinate representation of color #BECE7C: hue angle of 71.71º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BECE7C is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB190206124-
CMYK0.0800.400.19
HSL71.71º45.56%64.71%-
HSV(B)71.71º39.81%80.78%-
XYZ46.9456.5427.51-
YUV191.8789.7126.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 124 (48.83% from 255) = 23.85%
R=36.54%
G=39.62%
B=23.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1902061240.0800.400.1971.7145.5664.71
HexBECE7C802813482e41
Octal276316174100502311056101
Binary10111110110011101111100100001010001001110010001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECE7C; }

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

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

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

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

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

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

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

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