#BEC17C

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

Shades of Pine Glade #BEC17C

Tints of Pine Glade #BEC17C

Color information

#BEC17C (or 0xBEC17C) is unknown color: approx Pine Glade. HEX triplet: BE, C1 and 7C. RGB value is (190,193,124). Sum of RGB (Red+Green+Blue) = 190+193+124=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC17C is #413E83. Grayscale: #B8B8B8. Windows color (decimal): -4275844 or 8176062. OLE color: 8176062.

HSL color Cylindrical-coordinate representation of color #BEC17C: hue angle of 62.61º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEC17C is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB190193124-
CMYK0.0200.360.24
HSL62.61º35.75%62.16%-
HSV(B)62.61º35.75%75.69%-
XYZ43.9450.5426.51-
YUV184.2494.01132.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 124 (48.83% from 255) = 24.46%
R=37.48%
G=38.07%
B=24.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931240.0200.360.2462.6135.7562.16
HexBEC17C2024183f243e
Octal276301174204430774476
Binary1011111011000001111110010010010011000111111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC17C; }

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

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

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

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

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

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

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

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