#BEC17E

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

Shades of Pine Glade #BEC17E

Tints of Pine Glade #BEC17E

Color information

#BEC17E (or 0xBEC17E) is unknown color: approx Pine Glade. HEX triplet: BE, C1 and 7E. RGB value is (190,193,126). Sum of RGB (Red+Green+Blue) = 190+193+126=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC17E is #413E81. Grayscale: #B8B8B8. Windows color (decimal): -4275842 or 8307134. OLE color: 8307134.

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

Color convert

RGB190193126-
CMYK0.0200.350.24
HSL62.69º35.08%62.55%-
HSV(B)62.69º34.72%75.69%-
XYZ44.0750.5927.18-
YUV184.4695.01131.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 193 (75.78% from 255) = 37.92%
BLUE value IS 126 (49.61% from 255) = 24.75%
R=37.33%
G=37.92%
B=24.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931260.0200.350.2462.6935.0862.55
HexBEC17E2023183f233f
Octal276301176204330774377
Binary1011111011000001111111010010001111000111111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC17E; }

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

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

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

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

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

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

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

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